Skip to content

Commit

Permalink
Separate changelog entries
Browse files Browse the repository at this point in the history
  • Loading branch information
DDavidPrime committed Jul 23, 2024
1 parent 1edf53f commit 3ad41fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/widget_toolkit_pin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
## [0.1.0]
- Improvements to error handling
- Errors of type `ErrorModel` thrown by `PinCodeService` are now caught by the `PinCodeKeyboard.onError` callback
### Breaking changes:
- Update `PinCodeService.verifyPinCode` to return a `Future<dynamic>` instead of a `bool`
- Errors of type `ErrorModel` thrown by `PinCodeService` are now caught by the `PinCodeKeyboard.onError` callback
- Update `PinCodeKeyboard.onAuthenticated` signature to accept a `dynamic` parameter passed from `PinCodeService.verifyPinCode` on authentication success

## [0.0.2]
Expand Down

0 comments on commit 3ad41fe

Please sign in to comment.