Update changelog
This commit is contained in:
parent
e0bd20ee23
commit
a093b84c98
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.5.14 (2016-07-08)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Allow extra kwargs to core ``View.redirect()`` method
|
||||||
|
|
||||||
|
* Add awareness of special 'Authenticated' role, in permissions UI etc.
|
||||||
|
|
||||||
|
* Always strip whitespace from label profile 'spec' field input
|
||||||
|
|
||||||
|
|
||||||
0.5.13 (2016-06-10)
|
0.5.13 (2016-06-10)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = u'0.5.13'
|
__version__ = u'0.5.14'
|
||||||
|
|
Loading…
Reference in a new issue