Skip to content

Commit 2254aa4

Browse files
authored
Fix incorrect attribution (fixes #15)
1 parent b4cbc44 commit 2254aa4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
2.9.0
22
-----
3-
* Add `.getOrElse(Supplier<T> valueSupplier)` to `Result<T>` (thanks, hamishwilson!)
3+
* Add `.getOrElse(Supplier<T> valueSupplier)` to `Result<T>` (thanks, hamishlawson!)
44

55
2.8.0
66
-----
7-
* Add `.getOrElse(T value)`, `.getOrElseThrow(Supplier<X extends Throwable> supplier)`, and `.toOptional()` to `Result<T>` (thanks, hamishwilson!)
7+
* Add `.getOrElse(T value)`, `.getOrElseThrow(Supplier<X extends Throwable> supplier)`, and `.toOptional()` to `Result<T>` (thanks, hamishlawson!)
88

99
2.7.0
1010
-----

0 commit comments

Comments
 (0)