Skip to content

Commit 4f0bc2f

Browse files
committed
Reflect rename of method in release notes
1 parent 106b77e commit 4f0bc2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

RELEASE-NOTES.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Phasing out of `Claims`:
2727
* Removed `Claims::getHash` (and `Claims` no longer implements `Hashable`)
2828
* Removed `Claims::hasClaim`
2929
* Removed `Claims::isEmpty` (you can use `StatementList::isEmpty` instead)
30-
* Removed `Claims::indexOf`, use `StatementList::getFirstStatementByGuid` or `StatementByGuidMap` instead
30+
* Removed `Claims::indexOf`, use `StatementList::getFirstStatementWithGuid` or `StatementByGuidMap` instead
3131
* Removed `Claims::removeClaim`
3232

3333
Other breaking changes:

0 commit comments

Comments
 (0)