summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2023-01-29 13:49:13 +0100
committerFlorian Pritz <bluewind@xinu.at>2023-01-29 13:49:56 +0100
commit457e351cbc1335de951f4ac79bb91a9f3ea9ab38 (patch)
treeae4761695073dce3be7875bd23824af0b1d2b84c /NEWS
parent1aa385f82a583f0982b7c14d8629f491d0b78f88 (diff)
feat(PHP8.2): Fix dynamic properties deprecation warnings
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 13833d1ee..f5cdbc98b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,7 @@
This file lists major, incompatible or otherwise important changes, you should look at it after every update.
NEXT
+ - Fix PHP 8.2 deprecation warnings
4.0.0 2022-04-10
- BREAKING CHANGE: Minimum required PHP version is now >= 7