Update changelog
This commit is contained in:
parent
4b97b403d3
commit
4b3e1c7b1b
16
CHANGES.rst
16
CHANGES.rst
|
@ -2,6 +2,22 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.23 (2019-02-22)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Add basic support for "mobile edit" of records.
|
||||||
|
|
||||||
|
* Add basic support for editing address for a "contact" record.
|
||||||
|
|
||||||
|
* Add ``unique_id()`` validator method to Customer view.
|
||||||
|
|
||||||
|
* Declare "is contact" for the Customers view.
|
||||||
|
|
||||||
|
* Allow vendor field to be dropdown, for mobile ordering/receiving.
|
||||||
|
|
||||||
|
* Treat empty string as null, for app settings field values.
|
||||||
|
|
||||||
|
|
||||||
0.8.22 (2019-02-14)
|
0.8.22 (2019-02-14)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.22'
|
__version__ = '0.8.23'
|
||||||
|
|
Loading…
Reference in a new issue