Update changelog
This commit is contained in:
parent
901c2fc573
commit
11460461e7
14
CHANGES.rst
14
CHANGES.rst
|
@ -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)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.5.24'
|
||||
__version__ = u'0.5.25'
|
||||
|
|
Loading…
Reference in a new issue