Update changelog
This commit is contained in:
parent
13ec46b145
commit
10c30cd21a
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.18 (2019-02-05)
|
||||
-------------------
|
||||
|
||||
* Add support for "delete set" feature for main object index view.
|
||||
|
||||
* Use app node title setting for base template.
|
||||
|
||||
* Improve user form handling, to prevent unwanted Person creation.
|
||||
|
||||
* Add support for background color app setting.
|
||||
|
||||
* Add generic support for "enable/disable selection" of grid records.
|
||||
|
||||
|
||||
0.8.17 (2019-01-31)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.17'
|
||||
__version__ = '0.8.18'
|
||||
|
|
Loading…
Reference in a new issue