Update changelog
This commit is contained in:
parent
25ecade1e6
commit
7e15f75d44
14
CHANGES.rst
14
CHANGES.rst
|
@ -2,6 +2,20 @@
|
|||
CHANGELOG
|
||||
=========
|
||||
|
||||
0.8.219 (2022-03-10)
|
||||
--------------------
|
||||
|
||||
* Cleanup grid filters for vendor catalog batches.
|
||||
|
||||
* Cleanup view config syntax for vendor catalog batch.
|
||||
|
||||
* Add workaround when inserting new fields to form field list.
|
||||
|
||||
* Add ``Form.insert()`` method, to insert field based on index.
|
||||
|
||||
* Default behavior for report chooser should *not* be form/dropdown.
|
||||
|
||||
|
||||
0.8.218 (2022-03-08)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.218'
|
||||
__version__ = '0.8.219'
|
||||
|
|
Loading…
Reference in a new issue