Update changelog

This commit is contained in:
Lance Edgar 2024-04-16 10:44:33 -05:00
parent 8b4b3de336
commit c35c0f8b61
2 changed files with 10 additions and 1 deletions

View file

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

View file

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