From: gggeek Date: Thu, 12 Jan 2023 17:56:09 +0000 (+0000) Subject: news X-Git-Tag: 4.10.0~162 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=424db6f3210f10ae12f18738843911fb289ad554;p=plcapi.git news --- diff --git a/NEWS.md b/NEWS.md index 4e82a45e..2199d472 100644 --- a/NEWS.md +++ b/NEWS.md @@ -13,6 +13,12 @@ * new: method `Helper\Date::iso8601Encode` now accepts a DateTime input beside a timestamp +* new: it is now possible to inject a custom logger into helper classes Charset, Http, XMLParser, inching a step closer + to supporting DIC patterns + +* improved: removed usage of `extension_loaded` in favour of `function_exists` when checking for mbstring. This allows + for mbstring functions to be polyfilled + * improved: added the library version number to the debugger title line * improved: made sure the test container has at least one locale with comma as decimal separator