Update changelog.

This commit is contained in:
Lance Edgar 2015-08-12 01:14:54 -05:00
parent d4210844ac
commit 19029519fe
2 changed files with 13 additions and 1 deletions

View file

@ -1,5 +1,17 @@
.. -*- 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
------

View file

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