Update changelog

This commit is contained in:
Lance Edgar 2023-08-31 10:08:20 -05:00
parent 62aa0c5965
commit 5ab47aeead
2 changed files with 9 additions and 1 deletions

View file

@ -2,6 +2,14 @@
CHANGELOG
=========
0.9.44 (2023-08-31)
-------------------
* Avoid deprecated ``User.email_address`` property.
* Preserve URL hash when redirecting in grid "reset to defaults".
0.9.43 (2023-08-30)
-------------------

View file

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