Update changelog

This commit is contained in:
Lance Edgar 2019-02-22 16:03:34 -06:00
parent 4b97b403d3
commit 4b3e1c7b1b
2 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,22 @@
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)
-------------------

View file

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