summaryrefslogtreecommitdiff
path: root/changelog
diff options
context:
space:
mode:
authorAmaury Bouchard <amaury@amaury.net>2024-06-30 13:25:30 +0200
committerGitHub <noreply@github.com>2024-06-30 13:25:30 +0200
commit2289fa69f1b5b9be48bf6f821265f1fef79cca40 (patch)
tree26f8796ac39b17e5dc65921e3b5dcd72647fd024 /changelog
parent3cb35854326a94120cd415b81db28c53d95d0d5d (diff)
downloadsmarty-2289fa69f1b5b9be48bf6f821265f1fef79cca40.tar.gz
smarty-2289fa69f1b5b9be48bf6f821265f1fef79cca40.tar.bz2
smarty-2289fa69f1b5b9be48bf6f821265f1fef79cca40.zip
Improvement of auto-escaping (#1030)
* Evolution of auto-escaping: no double-escaping when using the 'escape' modifier; add the 'force' mode to the 'escape' modifier; add the 'raw' modifier. * Add 'raw' modifier's documentation --------- Co-authored-by: Simon Wisselink <s.wisselink@iwink.nl>
Diffstat (limited to 'changelog')
-rw-r--r--changelog/1030.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog/1030.md b/changelog/1030.md
new file mode 100644
index 00000000..f7cba021
--- /dev/null
+++ b/changelog/1030.md
@@ -0,0 +1 @@
+- Improvement of auto-escaping [#1030](https://github.com/smarty-php/smarty/pull/1030) \ No newline at end of file