Skip to content

Commit

Permalink
Adding changelog entry for callback interface errors
Browse files Browse the repository at this point in the history
  • Loading branch information
bendk committed Oct 14, 2022
1 parent 6cf76c2 commit 5c8b45a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,13 @@
### ⚠️ Breaking Changes ⚠️

- `uniffi_bindgen`: Renamed the `throws()` method of `Function`, `Method`, and
`Contstructor` to `throws_str()`. Added a new `throws()` method that returns
`Constructor` to `throws_str()`. Added a new `throws()` method that returns
a boolean.

### What's changed

- Added support for exceptions in callback interface methods.

## v0.20.0 - (_2022-09-13_)

[All changes in v0.20.0](https://github.com/mozilla/uniffi-rs/compare/v0.19.6...v0.20.0).
Expand Down

0 comments on commit 5c8b45a

Please sign in to comment.