Add entries for new Sodium functions to NEWS

This commit is contained in:
Ben Ramsey 2021-05-07 17:50:28 -05:00
parent 9b794f8e5e
commit c4fe9fb375
No known key found for this signature in database
GPG key ID: F9C39DC0B9698544

5
NEWS
View file

@ -102,6 +102,11 @@ PHP NEWS
. Convert resource<pspell> to object \PSpell. (Sara) . Convert resource<pspell> to object \PSpell. (Sara)
. Convert resource<pspell config> to object \PSpellConfig. (Sara) . Convert resource<pspell config> 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: - SPL:
. Fixed bug #80724 (FilesystemIterator::FOLLOW_SYMLINKS remove KEY_AS_FILE . Fixed bug #80724 (FilesystemIterator::FOLLOW_SYMLINKS remove KEY_AS_FILE
from bitmask). (Cameron Porter) from bitmask). (Cameron Porter)