From 32a11b34eafe25523f50db791e9761ebe2cd67e9 Mon Sep 17 00:00:00 2001 From: Simon Wisselink Date: Sun, 18 Sep 2022 17:18:32 +0200 Subject: [PATCH] Added changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 586befa5..460962d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Output buffer is now cleaned for internal PHP errors as well, not just for Exceptions [#514](https://github.com/smarty-php/smarty/issues/514) +- Fixed recursion and out of memory errors when caching in complicated template set-ups using inheritance and includes [#801](https://github.com/smarty-php/smarty/pull/801) ## [4.2.1] - 2022-09-14