From 3d1e4e5058ba6f98d32cb0bdcb88da1b26172740 Mon Sep 17 00:00:00 2001 From: Ian Date: Thu, 15 Aug 2024 17:08:54 +0200 Subject: [PATCH] changelog: Document API "Type safety" changes --- docs/NEWS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/NEWS b/docs/NEWS index aaeb3383b..659a4e0e9 100644 --- a/docs/NEWS +++ b/docs/NEWS @@ -2,6 +2,14 @@ Version 5.0-DEV () ------------------------------------------------------------------------ + * Implement Serendipity Styx API "Type safety"! + Uses Parameter-/Return Types in combo with Union Types for PHP 8.2+ and + removes @param, @return PHPDoc references which were far less exact in + multiple cases. Additionally more strict inner fnc CAST type conditionals + were set and where explicit appropriate. + PLEASE NOTE: This still is is a WIP, in special for core extends, like + importers and plugins/themes. + * Implement comment search term highlight used for comment full body data in comment list.