Update changelog

This commit is contained in:
Lance Edgar 2022-02-13 21:41:47 -06:00
parent 09227fa30a
commit 753daa55e8
2 changed files with 19 additions and 1 deletions

View file

@ -2,6 +2,24 @@
CHANGELOG
=========
0.8.207 (2022-02-13)
--------------------
* Try out new config defaults function for some views (user, customer).
* Add highlight for non-active users, customers in grid.
* Prevent cache for index pages by default, unless configured not to.
* Cleanup labels for Vendor/Code "preferred" vs. "any" in products grid.
* Add config for showing ordered vs. shipped amounts when receiving.
* Tweak how "duration" fields are rendered for grids, forms.
* New upgrades should be enabled by default.
0.8.206 (2022-02-08)
--------------------

View file

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