Skip to content

Commit

Permalink
changelog: Document API "Type safety" changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ophian committed Aug 15, 2024
1 parent f08ea28 commit 3d1e4e5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 3d1e4e5

Please sign in to comment.