Update changelog
This commit is contained in:
parent
af11511d24
commit
77fa2a78d4
20
CHANGES.rst
20
CHANGES.rst
|
@ -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)
|
||||
--------------------
|
||||
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.8.108'
|
||||
__version__ = '0.8.109'
|
||||
|
|
Loading…
Reference in a new issue