diff --git a/NEWS b/NEWS index 141a86bec28..0eb806c1902 100644 --- a/NEWS +++ b/NEWS @@ -102,6 +102,11 @@ PHP NEWS . Convert resource to object \PSpell. (Sara) . Convert resource to object \PSpellConfig. (Sara) +- Sodium: + . Added the XChaCha20 stream cipher functions. (P.I.E. Security Team) + . Added the Ristretto255 functions, which are available in libsodium 1.0.18. + (P.I.E. Security Team) + - SPL: . Fixed bug #80724 (FilesystemIterator::FOLLOW_SYMLINKS remove KEY_AS_FILE from bitmask). (Cameron Porter)