Update changelog
This commit is contained in:
parent
ad7b347e16
commit
9589606fb5
18
CHANGES.rst
18
CHANGES.rst
|
@ -2,6 +2,24 @@
|
|||
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)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.235'
|
||||
__version__ = '0.8.236'
|
||||
|
|
Loading…
Reference in a new issue