Update changelog
This commit is contained in:
parent
890392ab92
commit
181123dfaa
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.5.11 (2016-05-06)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Refactor some common FormEncode validators, plus add some more.
|
||||||
|
|
||||||
|
* Tweak styles for jQuery UI selectmenu dropdowns.
|
||||||
|
|
||||||
|
* Tweak timesheet styles, to give rows alternating background color.
|
||||||
|
|
||||||
|
* Disable autocomplete for password fields when editing user.
|
||||||
|
|
||||||
|
* Various incomplete improvements to the timesheet/schedule views.
|
||||||
|
|
||||||
|
|
||||||
0.5.10 (2016-05-05)
|
0.5.10 (2016-05-05)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = u'0.5.10'
|
__version__ = u'0.5.11'
|
||||||
|
|
Loading…
Reference in a new issue