Update changelog
This commit is contained in:
parent
498a810f08
commit
f3f7b9f95b
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.5.19 (2016-08-12)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Only show granted permissions when viewing role details
|
||||||
|
|
||||||
|
* Expose 'enabled' flag for email profile/settings
|
||||||
|
|
||||||
|
* Add permissions field when viewing user details
|
||||||
|
|
||||||
|
|
||||||
0.5.18 (2016-08-10)
|
0.5.18 (2016-08-10)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = u'0.5.18'
|
__version__ = u'0.5.19'
|
||||||
|
|
Loading…
Reference in a new issue