Update changelog

This commit is contained in:
Lance Edgar 2022-07-25 11:42:46 -05:00
parent ad7b347e16
commit 9589606fb5
2 changed files with 19 additions and 1 deletions

View file

@ -2,6 +2,24 @@
CHANGELOG CHANGELOG
========= =========
0.8.236 (2022-07-25)
--------------------
* Add setting to expose/hide "active in POS" customer flag.
* Allow optional row grid title for master view.
* Add basic/minimal merge support for customers.
* Assume default vendor for new receiving batch.
* Add basic edit support for Purchases.
* Add ``iter(Form)`` logic, to loop through fields.
* Add "auto-receive all items" support for receiving batch API.
0.8.235 (2022-07-22) 0.8.235 (2022-07-22)
-------------------- --------------------

View file

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