]> granicus.if.org Git - php/commitdiff
Add the new password functions to UPGRADING.
authorAdam Harvey <aharvey@php.net>
Wed, 21 Nov 2012 01:25:05 +0000 (09:25 +0800)
committerAdam Harvey <aharvey@php.net>
Wed, 21 Nov 2012 01:26:32 +0000 (09:26 +0800)
As a public service announcement on behalf of the documentation team, please
remember to update UPGRADING as well as NEWS when adding features to master or
an alpha branch. :)

UPGRADING

index f7f88ac7d9ce2c136832f357cf61f45b7e6be607..18ab6bf22ecc0e5d55952fce85c62322648f8d95 100755 (executable)
--- a/UPGRADING
+++ b/UPGRADING
@@ -119,6 +119,10 @@ PHP 5.5 UPGRADE NOTES
 
 - Core:
   - boolval()
+  - password_get_info()
+  - password_hash()
+  - password_needs_rehash()
+  - password_verify()
 
 - Hash:
   - hash_pbkdf2()