Update changelog
This commit is contained in:
parent
8b4b3de336
commit
c35c0f8b61
|
@ -5,6 +5,15 @@ CHANGELOG
|
|||
Unreleased
|
||||
----------
|
||||
|
||||
0.9.92 (2024-04-16)
|
||||
-------------------
|
||||
|
||||
* Escape underscore char for "contains" query filter.
|
||||
|
||||
* Rename custom ``user_css`` context.
|
||||
|
||||
* Add support for Pyramid 2.x; new security policy.
|
||||
|
||||
|
||||
0.9.91 (2024-04-15)
|
||||
-------------------
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
# -*- coding: utf-8; -*-
|
||||
|
||||
__version__ = '0.9.91'
|
||||
__version__ = '0.9.92'
|
||||
|
|
Loading…
Reference in a new issue