Update changelog

This commit is contained in:
Lance Edgar 2021-09-01 12:20:45 -05:00
parent 8169160b57
commit d671b18215
2 changed files with 19 additions and 1 deletions

View file

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

View file

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