summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2024-03-25 12:28:42 +0100
committerSimon Wisselink <s.wisselink@iwink.nl>2024-03-25 12:28:42 +0100
commitf8e63fc480788db07856968956850fe21f8a08d1 (patch)
tree973f567ee0daed003c8242816da2c52352127d0e /CHANGELOG.md
parent82397ec7f074c56844d2e489ac1c40ca2ca3e756 (diff)
downloadsmarty-f8e63fc480788db07856968956850fe21f8a08d1.tar.gz
smarty-f8e63fc480788db07856968956850fe21f8a08d1.tar.bz2
smarty-f8e63fc480788db07856968956850fe21f8a08d1.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 9d98abbb..724651bc 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.0.0] - 2024-03-25
+- Fixed that scoped variables would overwrite parent scope [#952](https://github.com/smarty-php/smarty/issues/952)
+- Removed publicly accessible `$tpl->_var_stack` variable
+
+
### Fixed
- Too many shorthand attributes error when using a modifier as a function with more than 3 parameters in an expression [#949](https://github.com/smarty-php/smarty/issues/949)