Skip to content

Commit

Permalink
Merge pull request #164 from wmde/release-1.1.0
Browse files Browse the repository at this point in the history
Release 1.1.0
  • Loading branch information
lucaswerkmeister authored Oct 21, 2022
2 parents 0096219 + eeb0b64 commit affa5f2
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ version 1.x of this package:
```js
{
"require": {
"data-values/time": "~1.0"
"data-values/time": "~1.1"
}
}
```
Expand All @@ -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
Expand Down

0 comments on commit affa5f2

Please sign in to comment.