Updated changelog and AUTHORS (#499)

This commit is contained in:
Ross Lawley 2013-11-29 12:07:33 +00:00
parent 8dcd998945
commit bb56f92213
2 changed files with 2 additions and 0 deletions

View File

@ -185,3 +185,4 @@ that much better:
* Aniket Deshpande (https://github.com/anicake) * Aniket Deshpande (https://github.com/anicake)
* rfkrocktk (https://github.com/rfkrocktk) * rfkrocktk (https://github.com/rfkrocktk)
* Gustavo Andrés Angulo (https://github.com/woakas) * Gustavo Andrés Angulo (https://github.com/woakas)
* Dmytro Popovych (https://github.com/drudim)

View File

@ -4,6 +4,7 @@ Changelog
Changes in 0.8.5 Changes in 0.8.5
================ ================
- Fixed GenericReferenceField serialization order (#499)
- Fixed count and none bug (#498) - Fixed count and none bug (#498)
- Fixed bug with .only() and DictField with digit keys (#496) - Fixed bug with .only() and DictField with digit keys (#496)
- Added user_permissions to Django User object (#491, #492) - Added user_permissions to Django User object (#491, #492)