update changelog

This commit is contained in:
Bastien Gérard 2020-03-16 22:39:31 +01:00
parent 87512246cb
commit ad0669a326

View File

@ -8,13 +8,9 @@ Development
- (Fill this out as you fix issues and develop your features). - (Fill this out as you fix issues and develop your features).
- Add Mongo 4.0 to Travis - Add Mongo 4.0 to Travis
- Fixed a bug causing inaccurate query results, while combining ``__raw__`` and regular filters for the same field #2264 - 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 - Add support for the `elemMatch` projection operator in .fields() (e.g BlogPost.objects.fields(elemMatch__comments="test")) #2267
Changes in 0.19.2
=================
- DictField validate failed without default connection (bug introduced in 0.19.0) #2239 - DictField validate failed without default connection (bug introduced in 0.19.0) #2239
Changes in 0.19.1 Changes in 0.19.1
================= =================
- Requires Pillow < 7.0.0 as it dropped Python2 support - Requires Pillow < 7.0.0 as it dropped Python2 support