Update changelog.
This commit is contained in:
parent
646956dfdb
commit
d5a8d19165
17
CHANGES.rst
17
CHANGES.rst
|
@ -1,5 +1,22 @@
|
|||
.. -*- coding: utf-8 -*-
|
||||
|
||||
0.3.24
|
||||
------
|
||||
|
||||
* Make ``GPCFieldRenderer`` display check digit separate from main barcode
|
||||
data.
|
||||
|
||||
* Add ``DateTimeFieldRenderer`` to show human-friendly timestamps.
|
||||
|
||||
* Tweak CRUD form buttons a little.
|
||||
|
||||
* Add grid, CRUD views for ``Setting`` model.
|
||||
|
||||
* Update ``base.css`` with various things from other projects.
|
||||
|
||||
* Fix bug with progress template, when error occurs.
|
||||
|
||||
|
||||
0.3.23
|
||||
------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.3.23'
|
||||
__version__ = u'0.3.24'
|
||||
|
|
Loading…
Reference in a new issue