|
| 1 | +# uefi-services - 0.26 (2025-06-23) |
| 2 | + |
| 3 | +## Changed |
| 4 | +- The deprecation warning was replaced with a `compile_error!` call to alert |
| 5 | + users to upgrade. `v0.25.0` can cause problems when used with `uefi` `>v0.25`. |
| 6 | + |
| 7 | +# uefi-services - 0.25.0 (2024-04-19) |
| 8 | + |
| 9 | +## Changed |
| 10 | +- `uefi-services` is deprecated and should be removed. All functionality was |
| 11 | +moved to `uefi::helpers::init()` |
| 12 | + |
| 13 | + |
| 14 | +# uefi-services - 0.24.0 (2024-03-17) |
| 15 | + |
| 16 | +## Changed |
| 17 | +- Updated to latest version of `uefi`. |
| 18 | + |
| 19 | + |
| 20 | +# uefi-services - 0.23.0 (2023-11-12) |
| 21 | + |
| 22 | +## Changed |
| 23 | +- `uefi_services::system_table` now returns `SystemTable<Boot>` directly, rather |
| 24 | + than wrapped in a `NonNull` pointer. |
| 25 | + |
| 26 | + |
| 27 | +# uefi-services - 0.22.0 (2023-10-11) |
| 28 | + |
| 29 | +## Changed |
| 30 | +- Updated to latest version of `uefi`. |
| 31 | + |
| 32 | + |
| 33 | +# uefi-services - 0.21.0 (2023-06-20) |
| 34 | + |
| 35 | +## Changed |
| 36 | +- Updated to latest version of `uefi`. |
| 37 | + |
| 38 | + |
| 39 | +# uefi-services - 0.20.0 (2023-06-04) |
| 40 | + |
| 41 | +## Changed |
| 42 | +- Updated to latest version of `uefi`. |
| 43 | + |
| 44 | + |
| 45 | +# uefi-services - 0.19.0 (2023-06-01) |
| 46 | + |
| 47 | +## Changed |
| 48 | +- Internal updates for changes in `uefi`. |
| 49 | + |
| 50 | + |
| 51 | +# uefi-services - 0.18.0 (2023-05-15) |
| 52 | + |
| 53 | +## Changed |
| 54 | +- Internal updates for changes in `uefi`. |
| 55 | + |
| 56 | + |
| 57 | +# uefi-services - 0.17.0 (2023-03-19) |
| 58 | + |
| 59 | +## Changed |
| 60 | +- Drop use of unstable `alloc_error_handler` feature. As of Rust 1.68 we can use |
| 61 | + [`default_alloc_error_handler`](https://github.com/rust-lang/rust/pull/102318) |
| 62 | + instead. |
| 63 | + |
| 64 | + |
| 65 | +# uefi-services - 0.16.0 (2023-01-16) |
| 66 | + |
| 67 | +## Changed |
| 68 | +- Bumped `uefi` dependency to latest version. |
| 69 | + |
| 70 | + |
| 71 | +# uefi-services - 0.15.0 (2022-11-15) |
| 72 | + |
| 73 | +## Changed |
| 74 | +- Changed the panic handler log message to use `println!` instead of |
| 75 | + `error!`. This removes an extraneous file name and line number from |
| 76 | + the log message. |
| 77 | +- Added a `logger` feature which reflects the same feature in `uefi`. |
| 78 | + This allows using both crates while disabling `logger` in `uefi`, |
| 79 | + which was previously impossible. |
| 80 | + |
| 81 | + |
| 82 | +# uefi-services - 0.14.0 (2022-09-09) |
| 83 | + |
| 84 | +## Added |
| 85 | +- Added `print!` and `println!` macros. |
| 86 | + |
| 87 | +## Changed |
| 88 | +- The `no_panic_handler` feature has been replaced with an additive |
| 89 | + `panic_handler` feature. The new feature is enabled by default. |
| 90 | + |
| 91 | + |
| 92 | +# uefi-services - 0.13.1 (2022-08-26) |
| 93 | + |
| 94 | +## Changed |
| 95 | +- Relaxed the version requirements for the `log` dependency to allow |
| 96 | + earlier patch versions. |
| 97 | + |
| 98 | + |
| 99 | +# uefi-services - 0.13.0 (2022-05-16) |
| 100 | + |
| 101 | +## Changed |
| 102 | +- Bumped `uefi` dependency to latest version. |
| 103 | + |
| 104 | + |
| 105 | +# uefi-services - 0.12.1 (2022-03-15) |
| 106 | + |
| 107 | +## Changed |
| 108 | +- Updated to the 2021 edition. |
0 commit comments