diff options
| author | Simon Wisselink <s.wisselink@iwink.nl> | 2024-03-27 22:57:04 +0100 |
|---|---|---|
| committer | Simon Wisselink <s.wisselink@iwink.nl> | 2024-03-27 22:57:04 +0100 |
| commit | 82a815aafb15a3ce89d04a625532523cfb971cc5 (patch) | |
| tree | ea5d42d126e6c503013ab662cccab0c7b3082da0 /CHANGELOG.md | |
| parent | 4efa427a872ad51571d3d2b2c3122fafbf3386d2 (diff) | |
| download | smarty-82a815aafb15a3ce89d04a625532523cfb971cc5.tar.gz smarty-82a815aafb15a3ce89d04a625532523cfb971cc5.tar.bz2 smarty-82a815aafb15a3ce89d04a625532523cfb971cc5.zip | |
version bump
Diffstat (limited to 'CHANGELOG.md')
| -rw-r--r-- | CHANGELOG.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 724651bc..274c3b74 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.1] - 2024-03-27 +- Fix error in Smarty\Smarty::compileAllTemplates() by including missing FilesystemIterator class [#966](https://github.com/smarty-php/smarty/issues/966) + + ## [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 |
