From 50dd6856c52f88c84bb58451e8c8927254c005f5 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Mon, 6 Nov 2023 15:48:14 +0100 Subject: [PATCH] Add changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5947423a..8deafd53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Registered output filters wouldn't run [#899](https://github.com/smarty-php/smarty/issues/899) - 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) ### Removed - Removed `$smarty->registered_filters` array