From eeb0b64ff4c377b8cbe3cfb9400a690432da28d2 Mon Sep 17 00:00:00 2001 From: Lucas Werkmeister Date: Fri, 21 Oct 2022 16:29:21 +0200 Subject: [PATCH] Release 1.1.0 --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 37349cc..ac39ec3 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ version 1.x of this package: ```js { "require": { - "data-values/time": "~1.0" + "data-values/time": "~1.1" } } ``` @@ -51,6 +51,15 @@ employees for the [Wikidata project](https://wikidata.org/). ## Release notes +### 1.1.0 (2022-10-21) + +* Improved compatibility with PHP 8.1; + in particular, the new `__serialize`/`__unserialize` methods are implemented now + (in addition to the still supported `Serializable` interface). + Make sure to also use `data-values/data-values` version 3.1.0 (or later) to keep hashes stable. +* Added support for the YYYY-DDD format (DDDth day of the year) added in PHP 8.1.7. + (Not supported in earlier PHP versions.) + ### 1.0.4 (2021-07-15) * Support month+year dates with era