Update changelog
This commit is contained in:
parent
566777fef0
commit
fd11ef9af4
22
CHANGES.rst
22
CHANGES.rst
|
@ -2,6 +2,28 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.5.8 (2016-05-02)
|
||||
------------------
|
||||
|
||||
* Add ``MasterView.listing`` flag, for templates' sake.
|
||||
|
||||
* Overhaul newgrid template header a bit, to improve styles.
|
||||
|
||||
* Move ``Person.display_name`` to top of fieldset when viewing/editing.
|
||||
|
||||
* Add 'testing' image, for background / watermark.
|
||||
|
||||
* Add 'index title' setting to master view.
|
||||
|
||||
* Add auto-hide/show magic to message recipients field when viewing.
|
||||
|
||||
* Add initial support for grid index URLs.
|
||||
|
||||
* Add initial/basic user feedback form support.
|
||||
|
||||
* Stop trying to use PIL when generating product image tag.
|
||||
|
||||
|
||||
0.5.7 (2016-04-28)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.5.7'
|
||||
__version__ = u'0.5.8'
|
||||
|
|
Loading…
Reference in a new issue