Update changelog

This commit is contained in:
Lance Edgar 2018-01-29 17:13:03 -06:00
parent 19cd6336f9
commit beadc08002
2 changed files with 27 additions and 1 deletions

View file

@ -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)
-------------------

View file

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