Skip to content

Commit 44479f5

Browse files
committed
Changed the signature of all callback functions to return a 'CbResult<T>' result, which is defined as 'Result<T, Cancelled>'.
1 parent bc4749e commit 44479f5

6 files changed

Lines changed: 181 additions & 95 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,18 +8,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
88

99
### Added
1010

11-
- GitHub Actions: Run the examples and integration tests also on the `aarch64` platform.
11+
- GitHub Actions: Run the examples and integration tests also on the `aarch64` (ARM64) platform.
1212

1313
### Changed
1414

1515
- Improved `FapiContext::create_seal()` to accept either a non-empty `&[u8]` slice or a `NonZeroUsize` value.
16+
- Changed the signature of all callback functions to return a `CbResult<T>` result, which is defined as `Result<T, Cancelled>`.
1617
- Various improvements to internal memory handling.
1718

1819
## [0.11.0] - 2026-01-21
1920

2021
### Changed
2122

22-
- The first parameter of all `FapiCallbacks` functions have been changed from `&self` to `&mut self`.
23+
- The first parameter of all `FapiCallbacks` functions has been changed from `&self` to `&mut self`.
2324

2425
### Added
2526

0 commit comments

Comments
 (0)