Update changelog

This commit is contained in:
Lance Edgar 2017-01-30 17:15:42 -06:00
parent 12545c6a20
commit bd6d2d2e11
2 changed files with 17 additions and 1 deletions

View file

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

View file

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