summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2024-03-28 11:23:16 +0100
committerSimon Wisselink <s.wisselink@iwink.nl>2024-03-28 11:23:16 +0100
commit52dc8adafba3672c7ad1a7f792200450e8c629e7 (patch)
tree5ec9448946c719082ce3bfe3740cc8e427d16fba /CHANGELOG.md
parent6f054ecc2ffea472b438691f42afcad598b98d61 (diff)
downloadsmarty-52dc8adafba3672c7ad1a7f792200450e8c629e7.tar.gz
smarty-52dc8adafba3672c7ad1a7f792200450e8c629e7.tar.bz2
smarty-52dc8adafba3672c7ad1a7f792200450e8c629e7.zip
version bump
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 274c3b74..c5b8c447 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+## [5.0.2] - 2024-03-28
+- Fix Smarty::assign() not returning $this when called with an array as first parameter [#972](https://github.com/smarty-php/smarty/pull/972)
+
+
## [5.0.1] - 2024-03-27
- Fix error in Smarty\Smarty::compileAllTemplates() by including missing FilesystemIterator class [#966](https://github.com/smarty-php/smarty/issues/966)