Skip to content

Commit af0e8b5

Browse files
committed
multiboot2-header: talk about yanked versions in CHANGELOG.md
1 parent fb1fac7 commit af0e8b5

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

multiboot2-header/CHANGELOG.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,24 +29,28 @@ place, please head to the documentation of `multiboot2-common`.
2929
changed.
3030
- Updated to latest `multiboot2` dependency
3131

32-
## 0.4.0 (2024-05-01)
32+
All previous versions have been marked as **YANKED**. `0.5.0` is the first
33+
version where all unit tests are passed by Miri, i.e., the first version
34+
without Undefined Behavior.
35+
36+
## 0.4.0 (2024-05-01) (**YANKED**)
3337

3438
- added `EndHeaderTag::default()`
3539
- MSRV is 1.70
3640
- Can add multiple `TagType::Smbios` tags in the builder.
3741

38-
## 0.3.2 (2023-11-30)
42+
## 0.3.2 (2023-11-30) (**YANKED**)
3943

4044
- **BREAKING** bumped `multiboot2` dependency to `v0.19.0`
4145
- the `multiboot2` dependency doesn't pull in the `multiboot2/builder` feature
4246
anymore
4347
- doc update
4448

45-
## 0.3.1 (2023-06-28)
49+
## 0.3.1 (2023-06-28) (**YANKED**)
4650

4751
- doc update
4852

49-
## 0.3.0 (2023-06-23)
53+
## 0.3.0 (2023-06-23) (**YANKED**)
5054

5155
- **BREAKING** MSRV is 1.68.0 (UPDATE: This is actually 1.69.)
5256
- **BREAKING** renamed the `std` feature to `alloc`
@@ -59,23 +63,23 @@ place, please head to the documentation of `multiboot2-common`.
5963
- added the optional `unstable` feature (requires nightly)
6064
- implement `core::error::Error` for `LoadError`
6165

62-
## 0.2.0 (2022-05-03)
66+
## 0.2.0 (2022-05-03) (**YANKED**)
6367

6468
- **BREAKING** renamed `EntryHeaderTag` to `EntryAddressHeaderTag`
6569
- **BREAKING** some paths changed from `multiboot2_header::header`
6670
to `multiboot2_header::builder`
6771
-> thus, import paths are much more logically now
6872
- internal code improvements
6973

70-
## 0.1.1 (2022-05-02)
74+
## 0.1.1 (2022-05-02) (**YANKED**)
7175

7276
- fixed a bug that prevented the usage of the crate in `no_std` environments
7377
- added a new default `builder`-feature to Cargo which requires the `alloc`
7478
-crate
7579
(this feature can be disabled which will also remove the dependency to
7680
the `alloc` crate)
7781

78-
## 0.1.0 (2021-10-08)
82+
## 0.1.0 (2021-10-08) (**YANKED**)
7983

8084
- initial release
8185

0 commit comments

Comments
 (0)