From 315bd95ef8e5c360ce8a1cf02c0eef35bbb92561 Mon Sep 17 00:00:00 2001 From: Jeroen De Dauw Date: Fri, 22 Jan 2021 15:36:48 +0100 Subject: [PATCH] Add added compat to release notes --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 44d7be6..991a1e9 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,8 @@ employees for the [Wikidata project](https://wikidata.org/). ### 1.0.0 (2021-01-22) * Updated minimum required PHP version from 5.5.9 to 7.2 +* Added compatibility with `data-values/data-values` 3.x +* Added compatibility with `data-values/interfaces` 1.x * Removed the `DATAVALUES_COMMON_VERSION` constant * Deprecated `getSortKey` methods from `DataValue` implementations * Classes in the `ValueParsers\Test` namespace are now package private. Notably `ValueParserTestBase` and `StringValueParserTest`