From 2f9ef748af3aed90c80d823433be084fa56e5f58 Mon Sep 17 00:00:00 2001 From: gggeek Date: Tue, 7 Dec 2021 16:37:52 +0000 Subject: [PATCH] docs --- NEWS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NEWS b/NEWS index f10f1ef..edd3106 100644 --- a/NEWS +++ b/NEWS @@ -1,5 +1,7 @@ XML-RPC for PHP version 4.6.0 - unreleased +* fixed: compatibility with php 8.1 + * improved: when encoding utf8 text into us-ascii xml, use character entity references for characters number 0-31 (ascii non printable characters), as we were already doing when encoding iso-8859-1 text into us-ascii xml @@ -16,6 +18,8 @@ XML-RPC for PHP version 4.6.0 - unreleased * new: method `XMLParser::parse()` acquired a 4th argument +* improved: Continuous Integration is now running on Github Actions instead of Travis + XML-RPC for PHP version 4.5.2 - 2021/1/11 -- 2.43.0