Skip to content

Commit a011c3f

Browse files
committed
update changelog
1 parent 8751224 commit a011c3f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

docs/changelog.rst

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,9 @@ Development
88
- (Fill this out as you fix issues and develop your features).
99
- Add Mongo 4.0 to Travis
1010
- Fixed a bug causing inaccurate query results, while combining ``__raw__`` and regular filters for the same field #2264
11-
- Add support for the `elemMatch` projection operator in .fields (e.g BlogPost.objects.fields(elemMatch__comments="test")) #2267
12-
13-
Changes in 0.19.2
14-
=================
11+
- Add support for the `elemMatch` projection operator in .fields() (e.g BlogPost.objects.fields(elemMatch__comments="test")) #2267
1512
- DictField validate failed without default connection (bug introduced in 0.19.0) #2239
1613

17-
1814
Changes in 0.19.1
1915
=================
2016
- Requires Pillow < 7.0.0 as it dropped Python2 support

0 commit comments

Comments
 (0)