diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2022-11-23 23:26:24 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-11-23 23:26:24 +0100 |
| commit | 044647bd71cd101d214e16e9aee435a1ed8d0d1e (patch) | |
| tree | 846a7c71b0251054319b6c59e612ff5ce81fce08 /CHANGELOG.md | |
| parent | c02e9e135ea719b91f457a0072748ded0e852e7d (diff) | |
| download | smarty-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.md | 3 |
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 |
