Skip to content

Commit

Permalink
4.4.0 release (#217)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaswerkmeister authored Oct 21, 2022
1 parent 3101e44 commit 1dd742d
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 1dd742d

Please sign in to comment.