-
-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f185d4
commit aced47f
Showing
2 changed files
with
3 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,3 @@ | ||
### BREAKING CHANGES | ||
- upgrade TFM to `netstandard2.1` (.NET Framework is no longer supported) | ||
- enable nullable reference type support #194 | ||
- remove implicit opertators from `Date`,`FuzzyString` & `One<T>` types due to incompatibility with LINQ3 | ||
|
||
### FIXES | ||
- fix string concatenation issue with LINQ3 and `FuzzyString` and `Date` serializers | ||
|
||
### IMPROVEMENTS | ||
- make watcher compatible with linq v3 engine | ||
- add parameterless ctor to `Coordinates2D` class #201 | ||
- upgrade mongodb driver to v2.19.2 | ||
- support for dictionary based index keys #206 | ||
- upgrade mongodb driver to v2.21.0 |