Update changelog

This commit is contained in:
Lance Edgar 2022-12-10 11:35:02 -06:00
parent f388f84b07
commit 5045df0b57
2 changed files with 21 additions and 1 deletions

View file

@ -2,6 +2,26 @@
CHANGELOG CHANGELOG
========= =========
0.8.269 (2022-12-10)
--------------------
* Show simple error string, when subprocess batch actions fail.
* Fix ordering worksheet API for date objects.
* Add the ViewSupplement concept.
* Cleanup employees view per new supplements.
* Add common logic for xref buttons, links when viewing object.
* Add common logic to determine panel fields for product view.
* Add xref buttons for Customer, Member tabs in profile view.
* Suppress error if menu entry has bad route name.
0.8.268 (2022-12-07) 0.8.268 (2022-12-07)
-------------------- --------------------

View file

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