diff --git a/developer_manual/release_notes/critical_changes.rst b/developer_manual/release_notes/critical_changes.rst index 8cbcc68113f..a29a319d955 100644 --- a/developer_manual/release_notes/critical_changes.rst +++ b/developer_manual/release_notes/critical_changes.rst @@ -29,6 +29,17 @@ Updated PHP requirements The support for PHP 8.2 has been dropped, the minimum supported PHP version of Nextcloud 35 is now 8.3. +Updated 3rd party libraries +--------------------------- + +phpseclib 3.0 +^^^^^^^^^^^^^ + +The ``phpseclib`` library has been updated from version 2 to version 3. +This is a breaking change, apps that rely on the library need to update to the new version, +this includes a new namespace (``\phpseclib3``). +Changes can be found on the `library's website `__. + Updated database requirements -----------------------------