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

0.2.1 (2013-02-02)
------------------

- added realistic FakeCollection.remove return values

- bugfix around FakeCollection.save


0.2.0 (2012-12-16)
------------------

- feature: support pymongo 2.4 API and support new safe write concern

- include m01.stub for testing mongofake components and compare with real
  pymongo output. Use --all option for real pymongo and mongodb tests.

- implemented some basic tests and run them with m01.stub and m01.mongofake
  libraries

- implemented correct response for collection update method based on new
  pymongo 2.4. More will follow if more tests get implemented

- switch from lovely.importchecker to p01.recipe.setup importchecker which
  doesn't warn about bad svn url during buildout process


0.1.1 (2012-12-10)
------------------

- inproved dictify method, also convert single SON object to dict

- add some initial tests


0.1.0 (2012-05-22)
------------------

- First independent release from m01.mongo.testing
