Update changelog
This commit is contained in:
parent
51aeb50d39
commit
8d70107b5d
18
CHANGES.rst
18
CHANGES.rst
|
@ -2,6 +2,24 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.8.245 (2022-08-10)
|
||||||
|
--------------------
|
||||||
|
|
||||||
|
* Add convenience wrapper to make customer field widget, etc..
|
||||||
|
|
||||||
|
* Some API tweaks to support a byjove app.
|
||||||
|
|
||||||
|
* Tweak flash msg, logging when batch population fails.
|
||||||
|
|
||||||
|
* Log traceback output when batch action subprocess fails.
|
||||||
|
|
||||||
|
* Add initial views for work orders.
|
||||||
|
|
||||||
|
* Fix sequence of events re: grid component creation.
|
||||||
|
|
||||||
|
* Allow download results for Customers grid.
|
||||||
|
|
||||||
|
|
||||||
0.8.244 (2022-08-08)
|
0.8.244 (2022-08-08)
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.8.244'
|
__version__ = '0.8.245'
|
||||||
|
|
Loading…
Reference in a new issue