Update changelog
This commit is contained in:
parent
25492cc0e8
commit
e009f240be
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.5.72 (2017-01-29)
|
||||
-------------------
|
||||
|
||||
* Add basic support for cloning batches
|
||||
|
||||
* Tweaks to order form template etc., for purchasing batch
|
||||
|
||||
* Let master view with rows prevent sort/filter for row grid
|
||||
|
||||
* Add price diff column to pricing batch row grid
|
||||
|
||||
* Add warning highlight for pricing batch row if can't calculate price
|
||||
|
||||
|
||||
0.5.71 (2017-01-24)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8 -*-
|
||||
|
||||
__version__ = u'0.5.71'
|
||||
__version__ = u'0.5.72'
|
||||
|
|
Loading…
Reference in a new issue