aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 7f539a98a5304c805f33c47bbc426f917643789a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
# Changelog

## 0.1.3

### Bugfixes

- Fixed type of `smccc::error::success_or_error_64`. This is a breaking change relative to 0.1.2 but
  it was yanked.

## 0.1.2 (yanked)

### New features

- Added constants, types and functions for standard Arm architucture SMCCC calls, in `smccc::arch`
  module.
- Added helpers in `smccc::error` module for handling negative return values as errors.

## 0.1.1

### New features

- Exposed functions for SMC and HVC calls for use outside of PSCI.

## 0.1.0

Initial release with PSCI constants and functions.