From: gggeek Date: Sat, 21 Jan 2023 10:32:46 +0000 (+0000) Subject: NEWS X-Git-Tag: 4.10.0~117 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=bae6010df4a48591143be351e623a7f2af069679;p=plcapi.git NEWS --- diff --git a/NEWS.md b/NEWS.md index 69f0d456..5d49eaa6 100644 --- 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`