update changelog

This commit is contained in:
Lance Edgar 2013-12-18 18:40:16 -08:00
parent 874ad44e6b
commit 18453c0113
3 changed files with 15 additions and 2 deletions

View file

@ -1,4 +1,17 @@
0.3.10
------
* Changed ``UserFieldRenderer`` to leverage ``User.display_name``.
* Refactored model imports, etc.
This is in preparation for using database models only from ``rattail``
(i.e. no ``edbob``). Mostly the model and enum imports were affected.
* Removed references to ``edbob.enum``.
0.3.9
-----