Update changelog

This commit is contained in:
Lance Edgar 2020-09-22 19:40:47 -05:00
parent af11511d24
commit 77fa2a78d4
2 changed files with 21 additions and 1 deletions

View file

@ -2,6 +2,26 @@
CHANGELOG
=========
0.8.109 (2020-09-22)
--------------------
* Add 'warning' class for 'delete' action in b-table grid.
* Add "worksheet file" pattern for editing batches.
* Avoid unhelpful error when perm check happens for "re-created" DB user.
* Prompt user if they try to send email preview w/ no address.
* Don't expose "timezone" for input when generating 'fabric' project.
* Add some more field hints when generating 'fabric' project.
* Show node title in header, for home page.
* Remove unwanted columns for default Products grid.
0.8.108 (2020-09-16)
--------------------

View file

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