NEWS
authorgggeek <giunta.gaetano@gmail.com>
Sat, 21 Jan 2023 10:32:46 +0000 (10:32 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sat, 21 Jan 2023 10:32:46 +0000 (10:32 +0000)
NEWS.md

diff --git a/NEWS.md b/NEWS.md
index 69f0d45..5d49eaa 100644 (file)
--- a/NEWS.md
+++ b/NEWS.md
@@ -27,8 +27,8 @@
 * new: it is now possible to inject a custom logger into helper classes `Charset`, `Http`, `XMLParser`, inching a step
   closer to supporting DIC patterns
 
-* new: when calling `Wrapper::wrapXmlrpcMethod`, it is possible to pass 'throw_on_fault' as option to argument
-  `$extraOptions`. This will make the generated function throw on errors instead of returning a Response object
+* new: when calling `Wrapper::wrapXmlrpcMethod` and `wrapXmlrpcServer`, it is possible to pass 'throw_on_fault' as option
+  to argument `$extraOptions`. This will make the generated function throw on errors instead of returning a Response object
 
 * improved: all the Client's `setSomething()` methods now return the client object, allowing for usage of fluent style
   calling. The same applies to `Request::setDebug`