]> granicus.if.org Git - php/commitdiff
Add news entry for password API
authorAnthony Ferrara <ircmaxell@gmail.com>
Wed, 12 Sep 2012 15:56:12 +0000 (11:56 -0400)
committerAnthony Ferrara <ircmaxell@gmail.com>
Wed, 12 Sep 2012 15:56:12 +0000 (11:56 -0400)
NEWS

diff --git a/NEWS b/NEWS
index 1ee977974a58b48a0a879b246cc4f07c602f5ef2..08045fc23a185c212214ccbad4a03a13c40305cb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP                                                                        NEWS
 ?? ??? 201?, PHP 5.5.0
 
 - General improvements:
+  . Add simplified password hashing API 
+    (https://wiki.php.net/rfc/password_hash). (Anthony Ferrara)
   . Support list in foreach (https://wiki.php.net/rfc/foreachlist). (Laruence)
   . Implemented 'finally' keyword (https://wiki.php.net/rfc/finally). (Laruence)
   . Drop Windows XP and 2003 support. (Pierre)