Update changelog.
This commit is contained in:
parent
d4210844ac
commit
19029519fe
12
CHANGES.rst
12
CHANGES.rst
|
@ -1,5 +1,17 @@
|
||||||
.. -*- coding: utf-8 -*-
|
.. -*- coding: utf-8 -*-
|
||||||
|
|
||||||
|
0.4.18
|
||||||
|
------
|
||||||
|
|
||||||
|
* Don't show flash message when user logs in.
|
||||||
|
|
||||||
|
* Add core JS/CSS to base template; use CDN instead of cached files.
|
||||||
|
|
||||||
|
* Add support for "new-style grids" and "model master views", and convert the
|
||||||
|
following views to use it: roles, users, label profiles, settings. Also
|
||||||
|
overhaul how permissions are registered in app config.
|
||||||
|
|
||||||
|
|
||||||
0.4.17
|
0.4.17
|
||||||
------
|
------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = u'0.4.17'
|
__version__ = u'0.4.18'
|
||||||
|
|
Loading…
Reference in a new issue