Update changelog
This commit is contained in:
parent
f388f84b07
commit
5045df0b57
20
CHANGES.rst
20
CHANGES.rst
|
@ -2,6 +2,26 @@
|
|||
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)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.268'
|
||||
__version__ = '0.8.269'
|
||||
|
|
Loading…
Reference in a new issue