Update changelog

This commit is contained in:
Lance Edgar 2021-03-02 09:30:41 -06:00
parent 492546d0f6
commit a933fc836f
2 changed files with 17 additions and 1 deletions

View file

@ -2,6 +2,22 @@
CHANGELOG
=========
0.8.127 (2021-03-02)
--------------------
* Use end time as default filter, sort for Trainwreck.
* Avoid encoding values as string, for integer grid filters.
* Fix message recipients for Reply / Reply-All, with Buefy themes.
* Handle row click as if checkbox was clicked, for checkable grid.
* Highlight delete product batch rows with "pending customer orders" status.
* Add hover text for subdepartment name, in pricing batch row grid.
0.8.126 (2021-02-18)
--------------------

View file

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