From: gggeek Date: Tue, 7 Dec 2021 16:37:52 +0000 (+0000) Subject: docs X-Git-Tag: plcapi-7.1-0~3^2~25 X-Git-Url: http://git.onelab.eu/?p=plcapi.git;a=commitdiff_plain;h=2f9ef748af3aed90c80d823433be084fa56e5f58 docs --- 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