Update changelog

This commit is contained in:
Lance Edgar 2019-11-15 16:26:22 -06:00
parent d256e2014a
commit d9fecd8eb5
2 changed files with 15 additions and 1 deletions

View file

@ -2,6 +2,20 @@
CHANGELOG 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) 0.8.73 (2019-11-08)
------------------- -------------------

View file

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