summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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).