From: Anthony Ferrara Date: Wed, 12 Sep 2012 15:56:12 +0000 (-0400) Subject: Add news entry for password API X-Git-Tag: php-5.5.0alpha1~18^2~17^2~2^2~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7161c3d2cfde54ce218f20d03684f2a58e1c7627;p=php Add news entry for password API --- diff --git a/NEWS b/NEWS index 1ee977974a..08045fc23a 100644 --- 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)