summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSimon Wisselink <s.wisselink@iwink.nl>2024-08-29 00:09:43 +0200
committerSimon Wisselink <s.wisselink@iwink.nl>2024-08-29 00:09:43 +0200
commit598ccde435dfc67d356fb34fa951a073bcf380d8 (patch)
treedc83922fafe7e0398300461bd04ecba218e96dfb /CHANGELOG.md
parentcb09fda90d39e3f387719eed68c34a5c434d8b2e (diff)
downloadsmarty-598ccde435dfc67d356fb34fa951a073bcf380d8.tar.gz
smarty-598ccde435dfc67d356fb34fa951a073bcf380d8.tar.bz2
smarty-598ccde435dfc67d356fb34fa951a073bcf380d8.zip
Changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 40f6145a..50750e95 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
+- Enable (and fix) unit tests for Windows [#1046](https://github.com/smarty-php/smarty/pull/1046)
+- Fix the use of "extends:" to define the inheritance tree on Windows [#1018](https://github.com/smarty-php/smarty/issues/1018)
+
## [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)