From 20764ff96321b06d0b296c2d4e1a5566c200aed8 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Mon, 6 Nov 2023 15:50:55 +0100 Subject: [PATCH] Add changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index eb69f5b6..ccb36c26 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use of negative numbers in {math} equations [#895](https://github.com/smarty-php/smarty/issues/895) - Do not auto-html-escape custom function results [#906](https://github.com/smarty-php/smarty/issues/906) - Fix case-sensitive tag names [#907](https://github.com/smarty-php/smarty/issues/907) +- Do not auto-html-escape custom function results [#906](https://github.com/smarty-php/smarty/issues/906) ### Removed - Removed `$smarty->registered_filters` array