Update changelog
This commit is contained in:
parent
ebe2013849
commit
1509b6fce5
18
CHANGES.rst
18
CHANGES.rst
|
@ -2,6 +2,24 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.266 (2022-12-06)
|
||||
--------------------
|
||||
|
||||
* Add simple template hook for "before object helpers".
|
||||
|
||||
* Include email address for current API user info.
|
||||
|
||||
* Add support for editing catalog cost in receiving batch, per new theme.
|
||||
|
||||
* Add receiving workflow as param when making receiving batch.
|
||||
|
||||
* Show invoice cost in receiving batch, if "from scratch".
|
||||
|
||||
* Add support for editing invoice cost in receiving batch, per new theme.
|
||||
|
||||
* Add helptext for "Admin-ish" field when editing Role.
|
||||
|
||||
|
||||
0.8.265 (2022-12-01)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.265'
|
||||
__version__ = '0.8.266'
|
||||
|
|
Loading…
Reference in a new issue