Updated Authors and changelog (#483)

This commit is contained in:
Ross Lawley 2013-11-29 10:12:02 +00:00
parent c28d9135d9
commit d79a5ec3d6
2 changed files with 2 additions and 0 deletions

View File

@ -180,3 +180,4 @@ that much better:
* FrankSomething (https://github.com/FrankSomething)
* Alexandr Morozov (https://github.com/LK4D4)
* mishudark (https://github.com/mishudark)
* Joe Friedl (https://github.com/grampajoe)

View File

@ -4,6 +4,7 @@ Changelog
Changes in 0.8.5
================
- Use defaults when host and port are passed as None (#483)
- Fixed distinct casting issue with ListField of EmbeddedDocuments (#470)
- Fixed Django 1.6 sessions (#454, #480)