Update changelog
This commit is contained in:
parent
a428bebda9
commit
3d18460d23
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.6.64 (2018-01-22)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Warn if user "scans" UPC with more than 14 digits, for mobile inventory.
|
||||||
|
|
||||||
|
* Add option for preventing new inventory batch rows for unknown products.
|
||||||
|
|
||||||
|
* Add ``creates_multiple`` flag for master view.
|
||||||
|
|
||||||
|
* Add basic support for per-page help URL.
|
||||||
|
|
||||||
|
|
||||||
0.6.63 (2018-01-16)
|
0.6.63 (2018-01-16)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.6.63'
|
__version__ = '0.6.64'
|
||||||
|
|
Loading…
Reference in a new issue