From c35c0f8b6167c54b939b5fefcf4dc912a3f39062 Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Tue, 16 Apr 2024 10:44:33 -0500 Subject: [PATCH] Update changelog --- CHANGES.rst | 9 +++++++++ tailbone/_version.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index aa4e3d8f..99ae8ed9 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -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) ------------------- diff --git a/tailbone/_version.py b/tailbone/_version.py index b78f76b7..701a9305 100644 --- a/tailbone/_version.py +++ b/tailbone/_version.py @@ -1,3 +1,3 @@ # -*- coding: utf-8; -*- -__version__ = '0.9.91' +__version__ = '0.9.92'