Update changelog

This commit is contained in:
Lance Edgar 2022-08-10 18:58:18 -05:00
parent 51aeb50d39
commit 8d70107b5d
2 changed files with 19 additions and 1 deletions

View file

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

View file

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