Update changelog
This commit is contained in:
parent
12545c6a20
commit
bd6d2d2e11
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.5.73 (2017-01-30)
|
||||
-------------------
|
||||
|
||||
* Add pyramid_mako dependency, remove minimum version for rattail
|
||||
|
||||
* Add ability to edit employee time sheet
|
||||
|
||||
* Add 'target' kwarg for grid action links
|
||||
|
||||
* Add hyperlink to User field renderer
|
||||
|
||||
* Add min diff threshold param when making price batch from product query
|
||||
|
||||
* Add way for batch views to hide rows with given status code(s)
|
||||
|
||||
|
||||
0.5.72 (2017-01-29)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.5.72'
|
||||
__version__ = u'0.5.73'
|
||||
|
|
Loading…
Reference in a new issue