Update changelog

This commit is contained in:
Lance Edgar 2022-03-10 10:19:55 -06:00
parent 25ecade1e6
commit 7e15f75d44
2 changed files with 15 additions and 1 deletions

View file

@ -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)
--------------------

View file

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