Update changelog
This commit is contained in:
parent
d256e2014a
commit
d9fecd8eb5
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.74 (2019-11-15)
|
||||
-------------------
|
||||
|
||||
* Add support for label batch "quick entry" API.
|
||||
|
||||
* Add support for "toggle complete" for batch API.
|
||||
|
||||
* Add some API views for receiving, and vendor autocomplete.
|
||||
|
||||
* Move "quick entry" logic for purchase batch, into rattail handler.
|
||||
|
||||
* Provide background color when first checking API session.
|
||||
|
||||
|
||||
0.8.73 (2019-11-08)
|
||||
-------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.73'
|
||||
__version__ = '0.8.74'
|
||||
|
|
Loading…
Reference in a new issue