summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2021-01-09 21:51:10 +0100
committerAnatol Belski <ab@php.net>2021-01-09 21:51:10 +0100
commite497a9f241bbfecf7bef24631b7d7ee666e23363 (patch)
tree865bf23778d00bf9bae04e37f6b1551ecf366dfc /NEWS
parent7703b854281b8e328088406d15eac3fccfb7a495 (diff)
downloadphp-git-e497a9f241bbfecf7bef24631b7d7ee666e23363.tar.gz
NEWS: Add xxhash note [ci skip]
Signed-off-by: Anatol Belski <ab@php.net>
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 66570af190..06e1bb9f0a 100644
--- a/NEWS
+++ b/NEWS
@@ -14,6 +14,7 @@ PHP NEWS
- hash:
. Implemented FR #68109 (Add MurmurHash V3). (Anatol, Michael)
+ . Implemented xxhash support. (Anatol)
- MySQLi:
. Fixed bug #70372 (Emulate mysqli_fetch_all() for libmysqlclient). (Nikita)