Update changelog

This commit is contained in:
Lance Edgar 2022-12-06 10:33:57 -06:00
parent ebe2013849
commit 1509b6fce5
2 changed files with 19 additions and 1 deletions

View file

@ -2,6 +2,24 @@
CHANGELOG 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) 0.8.265 (2022-12-01)
-------------------- --------------------

View file

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