Added str representation of GridFSProxy (#424)

This commit is contained in:
Ross Lawley
2013-07-31 09:29:41 +00:00
parent a69db231cc
commit d8ffa843a9
3 changed files with 5 additions and 3 deletions

View File

@@ -4,6 +4,7 @@ Changelog
Changes in 0.8.4
================
- Added str representation of GridFSProxy (#424)
- Update transform to handle docs erroneously passed to unset (#416)
- Fixed indexing - turn off _cls (#414)
- Fixed dereference threading issue in ComplexField.__get__ (#412)