Update changelog
This commit is contained in:
parent
d4defef138
commit
d43e1e4a5f
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.5.67 (2017-01-03)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Add department UUID to JSON returned for "eligible purchases" when creating batch
|
||||||
|
|
||||||
|
* Set "order date" when creating new receiving batch
|
||||||
|
|
||||||
|
* Add "discarded" flag when receiving DMG/EXP products; add view for purchase credits
|
||||||
|
|
||||||
|
* Fix type error in grid numeric filter
|
||||||
|
|
||||||
|
|
||||||
0.5.66 (2016-12-30)
|
0.5.66 (2016-12-30)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
__version__ = u'0.5.66'
|
__version__ = u'0.5.67'
|
||||||
|
|
Loading…
Reference in a new issue