Update changelog

This commit is contained in:
Lance Edgar 2018-03-23 10:33:56 -05:00
parent d550efbf8f
commit eb45b9f8d9
2 changed files with 13 additions and 1 deletions

View file

@ -2,6 +2,18 @@
CHANGELOG
=========
0.7.7 (2018-03-23)
------------------
* Use 'today' as fallback order date for ordering worksheet.
* Treat unknown UPC as "product not found" for inventory batch.
* Refactor inventory batch desktop lookup, to allow for Type 2 UPC logic.
* Fix default selection bug for store/department time sheet filters.
0.7.6 (2018-03-15)
------------------

View file

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