summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSimon Wisselink <wisskid@users.noreply.github.com>2023-11-06 17:36:05 +0100
committerGitHub <noreply@github.com>2023-11-06 17:36:05 +0100
commitbc4e70f2c0a987e20dce9f77ec65e2e725630e18 (patch)
treeefb79ab8aa1ced63cf8279e5b6e68895b975e8c9 /CHANGELOG.md
parentb28b85dbf48d6f82f48079065922a25eaa33088b (diff)
downloadsmarty-bc4e70f2c0a987e20dce9f77ec65e2e725630e18.tar.gz
smarty-bc4e70f2c0a987e20dce9f77ec65e2e725630e18.tar.bz2
smarty-bc4e70f2c0a987e20dce9f77ec65e2e725630e18.zip
Do not auto-html-escape custom function results. (#908)v5.0.0-rc2
Fixes #906
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6bcc5555..eb69f5b6 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)
- Fix case-sensitive tag names [#907](https://github.com/smarty-php/smarty/issues/907)
### Removed