update changelog

This commit is contained in:
Lance Edgar 2013-10-11 14:26:45 -07:00
parent 650e6389e5
commit 8aaff93ff7
2 changed files with 26 additions and 1 deletions

View file

@ -1,4 +1,29 @@
0.3.9
-----
* Added forbidden view.
* Fixed bug with ``request.has_any_perm()``.
* Made ``SortableAlchemyGridView`` default to full (100%) width.
* Refactored ``AutocompleteFieldRenderer``.
Also improved some organization of renderers.
* Allow overriding form class/factory for CRUD views.
* Made ``EnumFieldRenderer`` a proper class.
* Don't sort values in ``EnumFieldRenderer``.
The dictionaries used to supply enumeration values should be ``OrderedDict``
instances if sorting is needed.
* Added ``Product.family`` to CRUD view.
0.3.8
-----

View file

@ -1 +1 @@
__version__ = '0.3.8'
__version__ = '0.3.9'