From bae6010df4a48591143be351e623a7f2af069679 Mon Sep 17 00:00:00 2001 From: gggeek Date: Sat, 21 Jan 2023 10:32:46 +0000 Subject: [PATCH] NEWS --- NEWS.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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` -- 2.47.0