improve docstring related to #2267 and document the change in the changelog

This commit is contained in:
Bastien Gérard
2020-03-15 22:14:26 +01:00
parent beabaee345
commit c0c0efce18
2 changed files with 4 additions and 1 deletions

View File

@@ -8,6 +8,7 @@ Development
- (Fill this out as you fix issues and develop your features).
- Add Mongo 4.0 to Travis
- Fixed a bug causing inaccurate query results, while combining ``__raw__`` and regular filters for the same field #2264
- Add support for the `elemMatch` projection operator in .fields (e.g BlogPost.objects.fields(elemMatch__comments="test")) #2267
Changes in 0.19.1
=================