@@ -16,7 +16,7 @@ Extension for EntityFramework and EntityFramework Core that provides: Expandable
1616 * [ DbContext Extensions (EF 6 only)] ( #ef-6-only )
1717 * [ Usage with EntityFramework Core] ( #ef-core-usage )
1818 * [ Usage with EntityFramework 6] ( #ef-6-usage )
19- * [ ChangeLog ] ( #changelog )
19+ * [ Changelog ] ( #changelog )
2020
2121### NuGet
2222```
@@ -808,14 +808,12 @@ class MyDbContext : DbContext
808808
809809<hr >
810810
811- # <a name =" changelog " ></a > ChangeLog
811+ # <a name =" changelog " ></a > Changelog
812812All notable changes to this project will be documented in this file.
813813
814814The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
815815and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
816816
817- ## [ Unreleased]
818-
819817## [ 2.0.0] - 2018-03-23
820818### Added
821819- EFCore 2.0 support
@@ -825,7 +823,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
825823- ` ICreationAuditable.CreatorUser ` renamed to ` CreatorUserId `
826824- ` IModificationAuditable.UpdaterUser ` renamed to ` UpdaterUserId `
827825- ` IDeletionAuditable.DeleterUser ` renamed to ` DeleterUserId `
828- See #1 .
826+
827+ See [ #1 ] ( https://github.com/gnaeus/EntityFramework.CommonTools/issues/1 ) .
829828
830829For compatibility issues you still can use these interfaces:
831830``` cs
@@ -854,6 +853,5 @@ public interface IFullAuditableV1 : IFullTrackable,
854853### Added
855854Initial project version.
856855
857- [ Unreleased ] : https://github.com/gnaeus/EntityFramework.CommonTools/compare/2.0.0...HEAD
858856[ 2.0.0 ] : https://github.com/gnaeus/EntityFramework.CommonTools/compare/1.0.0...2.0.0
859857[ 1.0.0 ] : https://github.com/gnaeus/EntityFramework.CommonTools/tree/1.0.0
0 commit comments