Update changelog
This commit is contained in:
parent
e80f8b31c1
commit
158755377b
10
CHANGES.rst
10
CHANGES.rst
|
@ -2,6 +2,16 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.6.23 (2017-08-08)
|
||||
-------------------
|
||||
|
||||
* Fix bulk-delete for batch rows, allow it for pricing batches
|
||||
|
||||
* Fix permission check for deleting single batch rows
|
||||
|
||||
* Fix numeric filter to allow 3 decimal places by default
|
||||
|
||||
|
||||
0.6.22 (2017-08-08)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.6.22'
|
||||
__version__ = '0.6.23'
|
||||
|
|
Loading…
Reference in a new issue