summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2024-08-14 22:00:42 +0200
committerSimon Wisselink <s.wisselink@iwink.nl>2024-08-14 22:00:42 +0200
commit77b91a072bfdc9d4fe0c621e47564c95e73fda73 (patch)
treec2f4fe6be1c3f939bad301afe1b4e682984137dc /CHANGELOG.md
parent9ede0e40fa7f1f8bfeb645652adb7e5e27743207 (diff)
downloadsmarty-77b91a072bfdc9d4fe0c621e47564c95e73fda73.tar.gz
smarty-77b91a072bfdc9d4fe0c621e47564c95e73fda73.tar.bz2
smarty-77b91a072bfdc9d4fe0c621e47564c95e73fda73.zip
version bump
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 8d903352..40f6145a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [5.4.0] - 2024-08-14
+- Fixing forced OpCache invalidation on every template include, which is resulting in fast raising wasted OpCache memory [#1007](https://github.com/smarty-php/smarty/issues/1007)
+- Improvement of auto-escaping [#1030](https://github.com/smarty-php/smarty/pull/1030)
+
+
## [5.3.1] - 2024-06-16
- Fixed error when using section with nocache [#1034](https://github.com/smarty-php/smarty/issues/1034)