Update changelog
This commit is contained in:
parent
d550efbf8f
commit
eb45b9f8d9
12
CHANGES.rst
12
CHANGES.rst
|
@ -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)
|
||||
------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.7.6'
|
||||
__version__ = '0.7.7'
|
||||
|
|
Loading…
Reference in a new issue