We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4b468e commit bf2de9aCopy full SHA for bf2de9a
1 file changed
RELEASE-NOTES.md
@@ -1,10 +1,16 @@
1
# Wikibase DataModel Serialization release notes
2
3
-## 2.7.0 (dev)
+## 2.7.0 (2018-03-28)
4
5
+* Fixed `AliasGroupListDeserializer` and `TermListDeserializer` misbehaving when confronted with
6
+ language codes exclusively made of digits.
7
+* Fixed `SnakDeserializer` possibly accessing non-existing array elements.
8
* Improved documentation of `SerializerFactory::newEntitySerializer` as well as
9
`DeserializerFactory::newEntityDeserializer`.
10
* Added compatibility with Serialization 4.x
11
+* Improved forward-compatibility with PHPUnit 6
12
+* Note: The `SnakDeserializer` constructor changed, but since it's declared package private, this
13
+ shouldn't affect anyone.
14
15
## 2.6.0 (2017-09-18)
16
0 commit comments