Update changelog

This commit is contained in:
Lance Edgar 2017-08-08 17:06:02 -05:00
parent e80f8b31c1
commit 158755377b
2 changed files with 11 additions and 1 deletions

View file

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

View file

@ -1,3 +1,3 @@
# -*- coding: utf-8; -*-
__version__ = '0.6.22'
__version__ = '0.6.23'