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 4f510b1 commit 73ba6a3Copy full SHA for 73ba6a3
CHANGELOG.md
@@ -18,8 +18,8 @@ Other changes:
18
for production use.
19
- Use `Ok` instead of `Success` when returning a response. This is to avoid
20
confusion with the Returns library now used internally which has it's own
21
- `Success` class. This is not a breaking change. `Success` will still work for
22
- now, but use `Ok` instead.
+ `Success` class. It also matches Jsonrpcclient's `Ok` type. This is not a
+ breaking change, `Success` will still work for now. But use `Ok` instead.
23
24
## 5.0.9 (Sep 15, 2022)
25
0 commit comments