Update changelog

This commit is contained in:
Lance Edgar 2023-03-27 12:53:16 -05:00
parent e96f8844e2
commit efb8f8f315
2 changed files with 13 additions and 1 deletions

View file

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

View file

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