update the changelog and upgrade docs

This commit is contained in:
Stefan Wojcik
2017-02-09 12:13:56 -08:00
parent 3ca2e953fb
commit ed34c2ca68
2 changed files with 16 additions and 0 deletions

View File

@@ -5,6 +5,8 @@ Changelog
Development
===========
- (Fill this out as you fix issues and develop you features).
- POTENTIAL BREAKING CHANGE: Fixed limit/skip/hint/batch_size chaining #1476
- POTENTIAL BREAKING CHANGE: Changed a public `QuerySet.clone_into` method to a private `QuerySet._clone_into` #1476
- Fixed connecting to a replica set with PyMongo 2.x #1436
- Fixed an obscure error message when filtering by `field__in=non_iterable`. #1237