From 37bd983bf0cc956a6c814f161bec1061e9cc9572 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 10 Apr 2022 12:00:58 +0200 Subject: feat(PHP8.1)!: Fix deprecated null arguments BREAKING CHANGE: Syntax raises minimal PHP version to 7.0 Signed-off-by: Florian Pritz --- NEWS | 2 ++ 1 file changed, 2 insertions(+) (limited to 'NEWS') 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. -- cgit v1.2.3-24-g4f1b