We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f8dd8cd commit c2f115cCopy full SHA for c2f115c
RELEASE-NOTES.md
@@ -1,6 +1,13 @@
1
# Wikibase DataModel release notes
2
3
-## Version 9.6.0
+## 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)
11
12
* `ReferenceList::addNewReference()`, `Statement::addNewReference()` and the `StatementList` constructor
13
supported being called with a variadic argument list, with a single array argument,
0 commit comments