Skip to content

Commit c2f115c

Browse files
lucaswerkmeisterTonina
authored andcommitted
Update release notes for fixed Snak interface
And also add the missing release date for 9.6.0 while we’re at it.
1 parent f8dd8cd commit c2f115c

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

RELEASE-NOTES.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# Wikibase DataModel release notes
22

3-
## Version 9.6.0
3+
## Version 9.6.1 (TODO)
4+
5+
* `Snak` now declares `getHash()` and `equals()` methods again,
6+
which it used to inherit from the `Hashable` and `Immutable` interfaces prior to version 9.6.0.
7+
(The methods were never removed from any specific classes,
8+
but since `Snak` is an interface, Phan started complaining that the methods were unknown.)
9+
10+
## Version 9.6.0 (2021-03-31)
411

512
* `ReferenceList::addNewReference()`, `Statement::addNewReference()` and the `StatementList` constructor
613
supported being called with a variadic argument list, with a single array argument,

0 commit comments

Comments
 (0)