Update changelog

This commit is contained in:
Lance Edgar 2024-04-19 19:47:41 -05:00
parent 1fa6e35663
commit 5cb643a32a
2 changed files with 6 additions and 1 deletions

View file

@ -5,10 +5,15 @@ CHANGELOG
Unreleased Unreleased
---------- ----------
0.9.95 (2024-04-19)
-------------------
* Fix ASGI websockets when serving on sub-path under site root. * Fix ASGI websockets when serving on sub-path under site root.
* Fix raw query to avoid SQLAlchemy 2.x warnings. * Fix raw query to avoid SQLAlchemy 2.x warnings.
* Remove config "style" from appinfo page.
0.9.94 (2024-04-16) 0.9.94 (2024-04-16)
------------------- -------------------

View file

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