summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorLior Kaplan <kaplanlior@gmail.com>2015-12-03 17:58:59 +0200
committerLior Kaplan <kaplanlior@gmail.com>2015-12-03 17:58:59 +0200
commitca4de6c3982f65ec318e5d51f9c57fd94073b2b2 (patch)
tree5a6719d576914ebbc5ef9a905d65baf493a57aa8 /NEWS
parent75de51f262aa967ed460e593210cb3d2ffd942dd (diff)
downloadphp-git-ca4de6c3982f65ec318e5d51f9c57fd94073b2b2.tar.gz
Align NEWS entries format
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 110958da42..b98ff42081 100644
--- a/NEWS
+++ b/NEWS
@@ -6,13 +6,13 @@ Core:
. Fixed bug #62210 (Exceptions can leak temporary variables). (Dmitry, Bob)
. Added void return type. (Andrea)
-Standard
+Standard:
. Implemented FR #55716 (Add an option to pass a custom stream context to
get_headers()). (Ferenc)
. Implemented FR #69359 (Provide a way to fetch the current environment
variables). (Ferenc)
-Hash
+Hash:
. Added SHA3 fixed mode algorithms (224, 256, 384, and 512 bit). (Sara)
PDO_Firebird: