diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2024-02-02 23:10:47 +0100 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2024-02-02 23:10:47 +0100 |
| commit | 3fff0813e80e00c207c31e26e54157eeb2394e09 (patch) | |
| tree | b79d163a5d33d4c491afa7e85556f41aeab1cfbb /CHANGELOG.md | |
| parent | 3714d9ad8d1c6398531ff9a2aecb76d934c69c55 (diff) | |
| download | smarty-3fff0813e80e00c207c31e26e54157eeb2394e09.tar.gz smarty-3fff0813e80e00c207c31e26e54157eeb2394e09.tar.bz2 smarty-3fff0813e80e00c207c31e26e54157eeb2394e09.zip | |
Explain escaping and auto-escaping in the docs.
Fixes #865
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 05718d2d..ea79a572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added - PHP8.3 support [#925](https://github.com/smarty-php/smarty/issues/925) - Backlink to GitHub in docs -- +- Explain how to do escaping and set-up auto-escaping in docs [#865](https://github.com/smarty-php/smarty/issues/865) + ### Fixed - The {debug} tag was broken in v5 [#922](https://github.com/smarty-php/smarty/issues/922) |
