1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 06:21:12 +02:00

NEWS: Add murmurhash info [ci skip]

Signed-off-by: Anatol Belski <ab@php.net>
This commit is contained in:
Anatol Belski
2020-10-31 18:50:30 +01:00
parent 72e91e9fc8
commit 5e162093d8

3
NEWS
View File

@@ -8,6 +8,9 @@ PHP NEWS
- GD:
. Convert resource<gd font> to object \GdFont. (Sara)
- hash:
. Implemented FR #68109 (Add MurmurHash V3). (Anatol, Michael)
- PSpell:
. Convert resource<pspell> to object \PSpell. (Sara)
. Convert resource<pspell config> to object \PSPellConfig. (Sara)