summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorSimon Wisselink <wisskid@users.noreply.github.com>2022-11-24 18:44:19 +0100
committerGitHub <noreply@github.com>2022-11-24 18:44:19 +0100
commita34ee98e214114370de417d147de6b2e5de4d3d6 (patch)
treeec3ef5ceaa6c8e3e6e55f8140c74cb63ff0cb19e /CHANGELOG.md
parent4d1cf61bb8336c075108e6a86e8743caf9bf2b9e (diff)
downloadsmarty-a34ee98e214114370de417d147de6b2e5de4d3d6.tar.gz
smarty-a34ee98e214114370de417d147de6b2e5de4d3d6.tar.bz2
smarty-a34ee98e214114370de417d147de6b2e5de4d3d6.zip
Allow dereferencing of non-objects accross all supported PHP versions (#832)
Fixes #831
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b5b0179..00723903 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -10,7 +10,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- `$smarty->muteUndefinedOrNullWarnings()` now also mutes PHP7 notices for undefined array indexes [#736](https://github.com/smarty-php/smarty/issues/736)
- `$smarty->muteUndefinedOrNullWarnings()` now treats undefined vars and array access of a null or false variables
equivalent across all supported PHP versions
-
+- `$smarty->muteUndefinedOrNullWarnings()` now allows dereferencing of non-objects accross all supported PHP versions [#831](https://github.com/smarty-php/smarty/issues/831)
## [4.3.0] - 2022-11-22
### Added