Update changelog
This commit is contained in:
parent
652f51d484
commit
85f108d10e
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.7.5 (2018-03-12)
|
||||||
|
------------------
|
||||||
|
|
||||||
|
* Add desktop support for creating inventory batches.
|
||||||
|
|
||||||
|
* Expose vendor item code for purchase credits.
|
||||||
|
|
||||||
|
* Fix default create logic for vendors, products.
|
||||||
|
|
||||||
|
* Add changelog link for rattail-tempmon in upgrade diff.
|
||||||
|
|
||||||
|
* Add ``disable_submit_button()`` global JS function.
|
||||||
|
|
||||||
|
* Add basic support for making new product on-the-fly during mobile ordering.
|
||||||
|
|
||||||
|
|
||||||
0.7.4 (2018-02-27)
|
0.7.4 (2018-02-27)
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.7.4'
|
__version__ = '0.7.5'
|
||||||
|
|
Loading…
Reference in a new issue