Skip to content

Commit

Permalink
Update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasbishop committed Mar 20, 2023
1 parent 26f830c commit 2b63be5
Showing 1 changed file with 19 additions and 3 deletions.
22 changes: 19 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## uefi - [Unreleased]

## uefi-macros - [Unreleased]

## uefi-services - [Unreleased]

## uefi - 0.20.0 (2023-03-19)

As of this release, the UEFI crates work on the stable channel. This requires
Rust 1.68 or higher.

Expand Down Expand Up @@ -32,13 +38,23 @@ Rust 1.68 or higher.
- deprecation removals:
- interfaces `BootServices::locate_protocol` and
`BootServices::handle_protocol` were removed. `BootServices::open_protocol`
and `BootServices::open_protocol_exclusive` are better variants and
and `BootServices::open_protocol_exclusive` are better variants and
available since EFI 1.10 (2002).
- `ScopedProtocol::interface` is not public anymore. Use the `Deref` trait.

## uefi-macros - [Unreleased]
## uefi-macros - 0.11.0 (2023-03-19)

## uefi-services - [Unreleased]
### Changed

- Errors produced by the `entry` macro have been improved.

## uefi-services - 0.17.0 (2023-03-19)

### Changed

- Drop use of unstable `alloc_error_handler` feature. As of Rust 1.68 we can use
[`default_alloc_error_handler`](https://github.com/rust-lang/rust/pull/102318)
instead.

## uefi - 0.19.1 (2023-02-04)

Expand Down

0 comments on commit 2b63be5

Please sign in to comment.