Update changelog
This commit is contained in:
parent
09227fa30a
commit
753daa55e8
18
CHANGES.rst
18
CHANGES.rst
|
@ -2,6 +2,24 @@
|
||||||
CHANGELOG
|
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)
|
0.8.206 (2022-02-08)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.206'
|
__version__ = '0.8.207'
|
||||||
|
|
Loading…
Reference in a new issue