Skip to content

Commit bf2de9a

Browse files
authored
Update release notes for 2.7.0
1 parent e4b468e commit bf2de9a

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

RELEASE-NOTES.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Wikibase DataModel Serialization release notes
22

3-
## 2.7.0 (dev)
3+
## 2.7.0 (2018-03-28)
44

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.
58
* Improved documentation of `SerializerFactory::newEntitySerializer` as well as
69
`DeserializerFactory::newEntityDeserializer`.
710
* 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.
814

915
## 2.6.0 (2017-09-18)
1016

0 commit comments

Comments
 (0)