diff --git a/CHANGES.rst b/CHANGES.rst index b572f92f..753cae47 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -2,6 +2,32 @@ CHANGELOG ========= +0.6.66 (2018-01-29) +------------------- + +* Add support for detaching Person from Customer. + +* Allow disabling auto-dismiss of flash messages on mobile. + +* Add ``FieldList`` wrapper for grid columns list. + +* Show "unit cost" column by default, for products grid. + +* Improve case/unit quantity validation for order worksheet. + +* Show new 'confirmed' field for brands table. + +* Add support for extra column(s) in timesheet view table. + +* Add generic "download results as XLSX" feature. + +* Add vendor links in cost grid when viewing product. + +* Show "buttons" when viewing an object, with forms2 (i.e. Execute Batch). + +* Refactor "most" remaining batch views etc. to use master3. + + 0.6.65 (2018-01-24) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index 9d6f3252..81bc7ed4 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.6.65' +__version__ = '0.6.66'