diff --git a/README.md b/README.md index beffec5..41e0dba 100644 --- a/README.md +++ b/README.md @@ -103,6 +103,13 @@ employees for the [Wikidata project](https://wikidata.org/). ## Release notes +### 4.5.0 (2024-12-10) + +* Dropped support for PHP 7.3 +* Improved support for PHP 8.4 by explicitly declaring nullable types +* Upgraded `mediawiki/mediawiki-codesniffer` rules to version 45.0.0 +* Added testing with PHP 8.2 and 8.3 + ### 4.4.0 (2022-10-21) * Implemented `__serialize` and `__unserialize` in `LatLongValue` and `GlobeCoordinateValue`,