Update changelog

This commit is contained in:
Lance Edgar 2016-08-23 17:00:31 -05:00
parent 901c2fc573
commit 11460461e7
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,20 @@
CHANGELOG
=========
0.5.25 (2016-08-23)
-------------------
* Tweak how we use DB session to fetch grid settings
* Add "sub-rows" support to MasterView class
* Refactor batch views to leverage MasterView sub-rows logic
* Refactor batch view/edit pages to share some "execution options" logic
* Add hook to customize timesheet shift rendering
0.5.24 (2016-08-17)
-------------------

View file

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