Added 64-bit integer support (#251)

This commit is contained in:
Ross Lawley 2013-04-16 20:35:29 +00:00
parent e45397c975
commit 3a85422e8f
2 changed files with 3 additions and 1 deletions

View File

@ -137,3 +137,4 @@ that much better:
* Benoit Louy
* lraucy
* hellysmile
* Jaepil Jeong

View File

@ -4,6 +4,7 @@ Changelog
Changes in 0.7.10
=================
- Added 64-bit integer support (#251)
- Added Django sessions TTL support (#224)
- Fixed issue with numerical keys in MapField(EmbeddedDocumentField()) (#240)
- Fixed clearing _changed_fields for complex nested embedded documents (#237, #239, #242)