From c4fe9fb3757cd721a07dcff9db376e66398420b1 Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Fri, 7 May 2021 17:50:28 -0500 Subject: [PATCH] Add entries for new Sodium functions to NEWS --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) 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)