Update changelog
This commit is contained in:
parent
e96f8844e2
commit
efb8f8f315
12
CHANGES.rst
12
CHANGES.rst
|
@ -2,6 +2,18 @@
|
||||||
CHANGELOG
|
CHANGELOG
|
||||||
=========
|
=========
|
||||||
|
|
||||||
|
0.9.16 (2023-03-27)
|
||||||
|
-------------------
|
||||||
|
|
||||||
|
* Avoid accidental auto-submit of new msg form, for subject field.
|
||||||
|
|
||||||
|
* Add ``has_perm()`` etc. to request during the NewRequest event.
|
||||||
|
|
||||||
|
* Fix table sorting for FK reference column in new table wizard.
|
||||||
|
|
||||||
|
* Overhaul the "find by perm" feature a bit.
|
||||||
|
|
||||||
|
|
||||||
0.9.15 (2023-03-15)
|
0.9.15 (2023-03-15)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.9.15'
|
__version__ = '0.9.16'
|
||||||
|
|
Loading…
Reference in a new issue