|
1 | 1 | # CHANGELOG for crate `multiboot2-header` |
2 | 2 |
|
| 3 | +## Unreleased |
| 4 | + |
| 5 | +- added `EndHeaderTag::default()` |
| 6 | +- MSRV is 1.69 |
| 7 | + |
3 | 8 | ## 0.3.2 (2023-11-30) |
4 | 9 |
|
5 | 10 | - **BREAKING** bumped `multiboot2` dependency to `v0.19.0` |
|
13 | 18 |
|
14 | 19 | ## 0.3.0 (2023-06-23) |
15 | 20 |
|
16 | | -- **BREAKING** MSRV is 1.68.0 |
| 21 | +- **BREAKING** MSRV is 1.68.0 (UPDATE: This is actually 1.69.) |
17 | 22 | - **BREAKING** renamed the `std` feature to `alloc` |
18 | 23 | - **BREAKING** bumped `multiboot2` dependency to `v0.16.0` |
19 | 24 | - **BREAKING** renamed `MULTIBOOT2_HEADER_MAGIC` to `MAGIC` |
|
22 | 27 | - **BREAKING** `HeaderBuilder::build` now returns a value of type `HeaderBytes` |
23 | 28 | The old builder could produce misaligned structures. |
24 | 29 | - added the optional `unstable` feature (requires nightly) |
25 | | - - implement `core::error::Error` for `LoadError` |
| 30 | + - implement `core::error::Error` for `LoadError` |
26 | 31 |
|
27 | 32 | ## 0.2.0 (2022-05-03) |
28 | 33 |
|
29 | 34 | - **BREAKING** renamed `EntryHeaderTag` to `EntryAddressHeaderTag` |
30 | | -- **BREAKING** some paths changed from `multiboot2_header::header` to `multiboot2_header::builder` |
31 | | - -> thus, import paths are much more logically now |
| 35 | +- **BREAKING** some paths changed from `multiboot2_header::header` |
| 36 | + to `multiboot2_header::builder` |
| 37 | + -> thus, import paths are much more logically now |
32 | 38 | - internal code improvements |
33 | 39 |
|
34 | 40 | ## 0.1.1 (2022-05-02) |
35 | 41 |
|
36 | 42 | - fixed a bug that prevented the usage of the crate in `no_std` environments |
37 | | -- added a new default `builder`-feature to Cargo which requires the `alloc`-crate |
38 | | - (this feature can be disabled which will also remove the dependency to the `alloc` crate) |
| 43 | +- added a new default `builder`-feature to Cargo which requires the `alloc` |
| 44 | + -crate |
| 45 | + (this feature can be disabled which will also remove the dependency to |
| 46 | + the `alloc` crate) |
39 | 47 |
|
40 | 48 | ## 0.1.0 (2021-10-08) |
41 | 49 |
|
|
0 commit comments