diff options
| author | Simon Wisselink <wisskid@users.noreply.github.com> | 2023-07-19 12:27:17 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-07-19 12:27:17 +0200 |
| commit | 4434e128c67de0578af1c32147828ae429dc3b53 (patch) | |
| tree | 1fcbfbd51f81a16b88238586bfc64c06601bc13d /CHANGELOG.md | |
| parent | 19df91b6920b64e34fedeb5ffcbcea112b8a8d99 (diff) | |
| download | smarty-4434e128c67de0578af1c32147828ae429dc3b53.tar.gz smarty-4434e128c67de0578af1c32147828ae429dc3b53.tar.bz2 smarty-4434e128c67de0578af1c32147828ae429dc3b53.zip | |
muteUndefinedOrNullWarnings() now also mutes PHP8 warnings for undefined properties (#891)
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 899cfd7e..f3791f9c 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 PHP8 warnings for undefined properties + ## [4.3.1] - 2023-03-28 ### Security |
