summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSimon Wisselink <wisskid@users.noreply.github.com>2022-11-23 23:26:24 +0100
committerGitHub <noreply@github.com>2022-11-23 23:26:24 +0100
commit044647bd71cd101d214e16e9aee435a1ed8d0d1e (patch)
tree846a7c71b0251054319b6c59e612ff5ce81fce08 /CHANGELOG.md
parentc02e9e135ea719b91f457a0072748ded0e852e7d (diff)
downloadsmarty-044647bd71cd101d214e16e9aee435a1ed8d0d1e.tar.gz
smarty-044647bd71cd101d214e16e9aee435a1ed8d0d1e.tar.bz2
smarty-044647bd71cd101d214e16e9aee435a1ed8d0d1e.zip
Also mute php7 notices for undefined array indexes when muteUndefinedOrNullWarnings is activated. (#829)
Fixes #736
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 e036ce69..dfddd044 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]
+### Fixed
+- `$smarty->muteUndefinedOrNullWarnings()` now also mutes PHP7 notices for undefined array indexes [#736](https://github.com/smarty-php/smarty/issues/736)
+
## [4.3.0] - 2022-11-22
### Added