Skip to content

Commit a844427

Browse files
Updates change log.
1 parent 33dd0fe commit a844427

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
# 1.1.0 (2019-05-05)
1+
# 1.1.1 (2019-06-02)
2+
3+
## Features
4+
* **Single/SingleOrDefault:** Methods implementated as composite supported methods (Where and Take(2)).
5+
6+
## Bug Fixes
7+
* **Microsoft.CodeAnalysis.FxCopAnalyzers**: Removed from NuGet dependencies.
8+
9+
# 1.1.0 (2019-05-05)
210

311
## Features
412
* **_find:** IQueryable methods that are not supported by CouchDB are evaluated in-memory using the IEnumerable counterpart, if possible.

LATEST_CHANGE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
## Features
2-
* **_find:** IQueryable methods that are not supported by CouchDB are evaluated in-memory using the IEnumerable counterpart, if possible.
2+
* **Single/SingleOrDefault:** Methods implementated as composite supported methods (Where and Take(2)).
3+
4+
## Bug Fixes
5+
* **Microsoft.CodeAnalysis.FxCopAnalyzers**: Removed from NuGet dependencies.

0 commit comments

Comments
 (0)