From 4b3e1c7b1b93b5ce7f5cc4b44f5e937d0f3f4627 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Fri, 22 Feb 2019 16:03:34 -0600 Subject: [PATCH] Update changelog --- CHANGES.rst | 16 ++++++++++++++++ tailbone/_version.py | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index e1f48f49..042837cb 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 2bf9da83..b867ec16 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.8.22' +__version__ = '0.8.23'