We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 56f9e1f commit 3666e04Copy full SHA for 3666e04
1 file changed
RELEASE-NOTES.md
@@ -9,7 +9,7 @@
9
please update your code:
10
for instance, change `->addNewReference( [ $x, $y ] )` to `->addNewReference( $x, $y )`,
11
and `->addNewReference( $snaks )` to `->addNewReference( ...$snaks )`.
12
-* `Statement`, `Reference`, `SnakList` and `Snak` no longer depend on the `Hashable` and `Immutable` interfaces from `DataValues/DataValues`.
+* `Statement`, `Reference`, `SnakList` and `Snak` no longer implement the `Hashable` and `Immutable` interfaces from `DataValues/DataValues`.
13
14
## Version 9.5.1 (2020-06-03)
15
0 commit comments