Update changelog

This commit is contained in:
Lance Edgar 2018-02-27 19:12:46 -06:00
parent bd45833395
commit 52e9717288
2 changed files with 33 additions and 1 deletions

View file

@ -2,6 +2,38 @@
CHANGELOG CHANGELOG
========= =========
0.7.4 (2018-02-27)
------------------
* Use all "normal" product form fields, for mobile view.
* Refactor ordering worksheet to use shared logic.
* Add download path for batch master views.
* Add basic mobile support for executing batches (with options).
* Add ``NumberInputWidget`` for ``<input type="number" />``.
* Add ``Form.mobile`` flag and set link button styles accordingly.
* Always show flash-error-style message when form has errors.
* Use ``Form.submit_label`` if present, or fall back to ``save_label``.
* Expose ``ship_method`` and ``notes_to_vendor`` for purchase, ordering batch.
* Bind batch to its execution options schema, when applicable.
* Don't set order date for new ordering batch when created via mobile.
* Don't allow row deletion if batch is marked complete.
* Add logic for editing default phone/email in base master view.
* Fix bug in users view when person field not present.
0.7.3 (2018-02-15) 0.7.3 (2018-02-15)
------------------ ------------------

View file

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