Update changelog

This commit is contained in:
Lance Edgar 2023-08-29 22:21:20 -05:00
parent 4e2125d613
commit 74678882ee
2 changed files with 21 additions and 1 deletions

View file

@ -2,6 +2,26 @@
CHANGELOG
=========
0.9.42 (2023-08-29)
-------------------
* When bulk-deleting, skip objects which are not "deletable".
* Declare "from PO" receiving workflow if applicable, in API.
* Auto-select text when editing costs for receiving.
* Include shopper history from parent customer account perspective.
* Link to product record, for New Product batch row.
* Fix profile history to show when a CustomerShopperHistory is deleted.
* Fairly massive overhaul of the Profile view; standardize tabs etc..
* Add support for "missing" credit in mobile receiving.
0.9.41 (2023-08-08)
-------------------

View file

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