update changelog for #2392

This commit is contained in:
Bastien Gérard 2020-10-11 00:53:46 +02:00
parent d4350e7da4
commit 3adb67901b

View File

@ -11,6 +11,8 @@ Development
This should have a negative impact on performance of count see Issue #2219
- Fix a bug that made the queryset drop the read_preference after clone().
- Fix the behavior of Doc.objects.limit(0) which should return all documents (similar to mongodb) #2311
- Bug fix in ListField when updating the first item, it was saving the whole list, instead of
just replacing the first item (as it's usually done) #2392
Changes in 0.20.0
=================