Update changelog.

This commit is contained in:
Lance Edgar 2014-12-17 15:06:08 -06:00
parent 646956dfdb
commit d5a8d19165
2 changed files with 18 additions and 1 deletions

View file

@ -1,5 +1,22 @@
.. -*- coding: utf-8 -*- .. -*- 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 0.3.23
------ ------

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
__version__ = u'0.3.23' __version__ = u'0.3.24'