summaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2022-04-10 12:00:58 +0200
committerFlorian Pritz <bluewind@xinu.at>2022-04-10 14:44:35 +0200
commit37bd983bf0cc956a6c814f161bec1061e9cc9572 (patch)
tree46d80855cb6210c319be7f5a4acbdc582a16f5d3 /NEWS
parentb401c4e13863143b38b8848595566801fcc1527f (diff)
feat(PHP8.1)!: Fix deprecated null arguments
BREAKING CHANGE: Syntax raises minimal PHP version to 7.0 Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 78b0f070a..e3d35900e 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
This file lists major, incompatible or otherwise important changes, you should look at it after every update.
NEXT
+ - BREAKING CHANGE: Minimum requried PHP version is now >= 7
+ - More PHP 8.1 compatibility fixes
3.6.2 2022-01-09
- Use python3 instead of python for Ubuntu 20.04 and Debian 11 compatibility.