summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony Ferrara <ircmaxell@gmail.com>2015-04-09 16:01:12 -0400
committerAnthony Ferrara <ircmaxell@gmail.com>2015-04-09 16:01:12 -0400
commit858ca975c4961a8948e52578a96094a6625829ed (patch)
treeed85fc25745471a9bba6ce43fd67c0dba16cbf37
parent94e222c14d61d8206ed1f4a9695ffc5b169bd4f4 (diff)
downloadphp-git-858ca975c4961a8948e52578a96094a6625829ed.tar.gz
Add NEWS file for password_hash salt deprecation
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7d09c33e94..fbdf82474f 100644
--- a/NEWS
+++ b/NEWS
@@ -193,6 +193,7 @@
. Fixed bug #65272 (flock() out parameter not set correctly in windows).
(Daniel Lowrey)
. Added preg_replace_callback_array function. (Wei Dai)
+ . Deprecated salt option to password_hash. (Anthony)
- Streams:
. Fixed bug #68532 (convert.base64-encode omits padding bytes).