From 1dd742dabb63e211862486259b2cbe0274211bf9 Mon Sep 17 00:00:00 2001 From: Lucas Werkmeister Date: Fri, 21 Oct 2022 16:19:26 +0200 Subject: [PATCH] 4.4.0 release (#217) --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index edd1760..d112d6d 100644 --- a/README.md +++ b/README.md @@ -103,10 +103,12 @@ employees for the [Wikidata project](https://wikidata.org/). ## Release notes -### 4.4.0 (TBD) +### 4.4.0 (2022-10-21) -* Implemented `__serialize` and `__unserialize` in `LatLongValue` and `GlobeCoordinateValue` -* Added `LatLongValue::getSerializationForHash` +* Implemented `__serialize` and `__unserialize` in `LatLongValue` and `GlobeCoordinateValue`, + improving compatibility with PHP 8.1 +* Added `LatLongValue::getSerializationForHash`; + classes that use the PHP serialization of a `LatLongValue` for a hash should instead call this method ### 4.3.0 (2021-04-21)