]> granicus.if.org Git - php/commitdiff
NEWS for Sodium
authorRemi Collet <remi@php.net>
Tue, 11 Jul 2017 05:41:43 +0000 (07:41 +0200)
committerRemi Collet <remi@php.net>
Tue, 11 Jul 2017 05:41:43 +0000 (07:41 +0200)
NEWS
UPGRADING

diff --git a/NEWS b/NEWS
index 5cb625bc66bad3c75fa7ebe5069e54b2ed6673e8..7f3bbec8527f9acf7d6c2da95ad68b0b7ad95e43 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -45,6 +45,9 @@ PHP                                                                        NEWS
   . Fixed bug #74873 (Minor BC break: PCRE_JIT changes output of preg_match()).
     (Dmitry)
 
+- Sodium:
+  . New cryptographic extension
+
 - SQLite3:
   . Fixed bug #74883 (SQLite3::__construct() produces "out of memory" exception
     with invalid flags). (Anatol)
index d0d2081623e5e5b709d6dd453667f26fdc449a1b..10c948807b2d1906102d165ba02af56455ad19d6 100644 (file)
--- a/UPGRADING
+++ b/UPGRADING
@@ -124,6 +124,9 @@ PHP 7.2 UPGRADE NOTES
     subpatterns and empty matches by reporting NULL and "" (empty string),
     respectively.
 
+- Sodium
+  . New cryptographic extension
+
 - SQLite3:
   . Implemented writing to BLOBs.