improve solution to allow custom mapping of class names when wrapping them
[plcapi.git] / NEWS
diff --git a/NEWS b/NEWS
index f10f1ef..34bdcd8 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
-XML-RPC for PHP version 4.6.0 - unreleased
+XML-RPC for PHP version 4.6.0 - 2021/12/9
+
+* 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,11 @@ XML-RPC for PHP version 4.6.0 - unreleased
 
 * new: method `XMLParser::parse()` acquired a 4th argument
 
+* new: method `Wrapper::wrapPhpClass` allows to customize the names of the phpxmlrpc methods by stripping the original
+  class name and accompanying namespace and replace it with a user-defined prefix, via option `replace_class_name`
+
+* improved: Continuous Integration is now running on Github Actions instead of Travis
+
 
 XML-RPC for PHP version 4.5.2 - 2021/1/11