Skip to content

Commit

Permalink
Update release notes for fixed Snak interface
Browse files Browse the repository at this point in the history
And also add the missing release date for 9.6.0 while we’re at it.
  • Loading branch information
lucaswerkmeister authored and Tonina committed Apr 1, 2021
1 parent f8dd8cd commit c2f115c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion RELEASE-NOTES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Wikibase DataModel release notes

## Version 9.6.0
## Version 9.6.1 (TODO)

* `Snak` now declares `getHash()` and `equals()` methods again,
which it used to inherit from the `Hashable` and `Immutable` interfaces prior to version 9.6.0.
(The methods were never removed from any specific classes,
but since `Snak` is an interface, Phan started complaining that the methods were unknown.)

## Version 9.6.0 (2021-03-31)

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

0 comments on commit c2f115c

Please sign in to comment.