Update changelog

This commit is contained in:
Lance Edgar 2018-01-22 16:31:19 -06:00
parent a428bebda9
commit 3d18460d23
2 changed files with 13 additions and 1 deletions

View file

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

View file

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