From f909e058352aa2b725bc4cb2053c6e3ef8e98c14 Mon Sep 17 00:00:00 2001 From: Adam Harvey Date: Wed, 21 Nov 2012 09:25:05 +0800 Subject: [PATCH] Add the new password functions to UPGRADING. 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 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/UPGRADING b/UPGRADING index f7f88ac7d9..18ab6bf22e 100755 --- 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() -- 2.40.0