Update changelog
This commit is contained in:
parent
8169160b57
commit
d671b18215
18
CHANGES.rst
18
CHANGES.rst
|
@ -2,6 +2,24 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.140 (2021-09-01)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Make it easier to override rendering grid component in master/index.
|
||||||
|
|
||||||
|
* Always show all grid actions...for now.
|
||||||
|
|
||||||
|
* Allow grid columns to be *invisible* (but still present in grid).
|
||||||
|
|
||||||
|
* Improve UI, customization hooks for new custorder batch.
|
||||||
|
|
||||||
|
* Add hover text for vendor ID column of pricing batch row grid.
|
||||||
|
|
||||||
|
* Fix size of roles multi-select when editing user.
|
||||||
|
|
||||||
|
* Allow "touch" action for employees.
|
||||||
|
|
||||||
|
|
||||||
0.8.139 (2021-08-26)
|
0.8.139 (2021-08-26)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.139'
|
__version__ = '0.8.140'
|
||||||
|
|
Loading…
Reference in a new issue