docs(developer): mention IMimeTypeLoader new typings in 29 upgrade guide

Ref https://github.com/nextcloud/server/pull/36252

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2024-03-15 08:45:24 +01:00
parent 05d23f32db
commit 59d811addf

View File

@@ -45,6 +45,7 @@ Changed APIs
^^^^^^^^^^^^
* ``OCP\IURLGenerator::URL_REGEX_NO_MODIFIERS``: Changed to match localhost and hostnames with ports.
* ``OCP\Files\IMimeTypeLoader``: Every method from this interface now has type declarations. Make sure to update your implementation if you have one.
Removed APIs
^^^^^^^^^^^^