=======
CHANGES
=======

3.0.2 (2017-01-11)
------------------

- bugfix: fix $setOnInsert, _id as a part of $setOnInsert didn't get applied
  to the new inserted document


3.0.1 (2015-12-24)
------------------

- make implementation compatible with final pymongo 3.2 version


3.0.0 (2015-11-11)
------------------

- initial release

- implemented update operator

- implemented find operator

- use 3.0.0 as package version and reflect pymongo > 3.0.0 compatibility

- m01.mongofake replacement, support pymongo >= 3.0.0
