Update changelog

This commit is contained in:
Lance Edgar 2019-04-12 16:01:21 -05:00
parent 80158ffa95
commit 23c38e33d4
2 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,22 @@
CHANGELOG
=========
0.8.32 (2019-04-12)
-------------------
* Can finally assume "simple" menus by default.
* Add custom grid filter for phone number fields.
* Add ``raw_datetime()`` function to ``tailbone.helpers`` module.
* Add "profile" view, for viewing *all* details of a given person at once.
* Add "view profile" object helper for all person-related views.
* Hopefully fix style bug when new filter is added to grid.
0.8.31 (2019-04-02)
-------------------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*-
__version__ = '0.8.31'
__version__ = '0.8.32'