Update changelog

This commit is contained in:
Lance Edgar 2016-05-06 11:42:39 -05:00
parent 890392ab92
commit 181123dfaa
2 changed files with 15 additions and 1 deletions

View file

@ -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)
------------------- -------------------

View file

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