Skip to content

Commit

Permalink
Merge pull request #140 from wmde/release-0.12.0
Browse files Browse the repository at this point in the history
Release 0.12.0
  • Loading branch information
lucaswerkmeister authored Oct 21, 2022
2 parents 06be8c3 + c20e5f3 commit e4d8eda
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ version 0.8 of this package:

{
"require": {
"data-values/number": "0.10.*"
"data-values/number": "0.12.*"
}
}

Expand All @@ -49,6 +49,14 @@ the [Wikidata project](https://www.wikidata.org/).

## Release notes

### 0.12.0 (2022-10-21)

* Improve 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.
* Remove the `DATAVALUES_NUMBER_VERSION` constant.

### 0.11.1 (2021-03-31)

* Fix `DecimalMath::productWithoutBC` for products larger than 2^63-1 (the maximum value of a signed 64 bit integer).
Expand Down

0 comments on commit e4d8eda

Please sign in to comment.