Update changelog
This commit is contained in:
parent
1fa6e35663
commit
5cb643a32a
|
@ -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)
|
||||||
-------------------
|
-------------------
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# -*- coding: utf-8; -*-
|
# -*- coding: utf-8; -*-
|
||||||
|
|
||||||
__version__ = '0.9.94'
|
__version__ = '0.9.95'
|
||||||
|
|
Loading…
Reference in a new issue