Update changelog

This commit is contained in:
Lance Edgar 2018-03-12 17:58:41 -05:00
parent 652f51d484
commit 85f108d10e
2 changed files with 17 additions and 1 deletions

View file

@ -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)
------------------ ------------------

View file

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