Update changelog
This commit is contained in:
parent
80158ffa95
commit
23c38e33d4
16
CHANGES.rst
16
CHANGES.rst
|
@ -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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.31'
|
||||
__version__ = '0.8.32'
|
||||
|
|
Loading…
Reference in a new issue