Skip to content

Commit 9d61c1a

Browse files
authored
Merge pull request #98 from DataValues/release-1.1.0
Release 1.1.0
2 parents 83563a1 + 3d43c43 commit 9d61c1a

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ version 1.x of this package:
2323

2424
{
2525
"require": {
26-
"data-values/common": "^1.0.0"
26+
"data-values/common": "^1.1.0"
2727
}
2828
}
2929

@@ -54,6 +54,13 @@ employees for the [Wikidata project](https://wikidata.org/).
5454

5555
## Release notes
5656

57+
### 1.1.0 (2022-10-21)
58+
59+
* Improved compatibility with PHP 8.1;
60+
in particular, the new `__serialize`/`__unserialize` methods are implemented now
61+
(in addition to the still supported `Serializable` interface).
62+
Make sure to also use `data-values/data-values` version 3.1.0 (or later) to keep hashes stable.
63+
5764
### 1.0.0 (2021-01-22)
5865

5966
* Updated minimum required PHP version from 5.5.9 to 7.2

0 commit comments

Comments
 (0)