@@ -29,24 +29,28 @@ place, please head to the documentation of `multiboot2-common`.
29
29
changed.
30
30
- Updated to latest ` multiboot2 ` dependency
31
31
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** )
33
37
34
38
- added ` EndHeaderTag::default() `
35
39
- MSRV is 1.70
36
40
- Can add multiple ` TagType::Smbios ` tags in the builder.
37
41
38
- ## 0.3.2 (2023-11-30)
42
+ ## 0.3.2 (2023-11-30) ( ** YANKED ** )
39
43
40
44
- ** BREAKING** bumped ` multiboot2 ` dependency to ` v0.19.0 `
41
45
- the ` multiboot2 ` dependency doesn't pull in the ` multiboot2/builder ` feature
42
46
anymore
43
47
- doc update
44
48
45
- ## 0.3.1 (2023-06-28)
49
+ ## 0.3.1 (2023-06-28) ( ** YANKED ** )
46
50
47
51
- doc update
48
52
49
- ## 0.3.0 (2023-06-23)
53
+ ## 0.3.0 (2023-06-23) ( ** YANKED ** )
50
54
51
55
- ** BREAKING** MSRV is 1.68.0 (UPDATE: This is actually 1.69.)
52
56
- ** BREAKING** renamed the ` std ` feature to ` alloc `
@@ -59,23 +63,23 @@ place, please head to the documentation of `multiboot2-common`.
59
63
- added the optional ` unstable ` feature (requires nightly)
60
64
- implement ` core::error::Error ` for ` LoadError `
61
65
62
- ## 0.2.0 (2022-05-03)
66
+ ## 0.2.0 (2022-05-03) ( ** YANKED ** )
63
67
64
68
- ** BREAKING** renamed ` EntryHeaderTag ` to ` EntryAddressHeaderTag `
65
69
- ** BREAKING** some paths changed from ` multiboot2_header::header `
66
70
to ` multiboot2_header::builder `
67
71
-> thus, import paths are much more logically now
68
72
- internal code improvements
69
73
70
- ## 0.1.1 (2022-05-02)
74
+ ## 0.1.1 (2022-05-02) ( ** YANKED ** )
71
75
72
76
- fixed a bug that prevented the usage of the crate in ` no_std ` environments
73
77
- added a new default ` builder ` -feature to Cargo which requires the ` alloc `
74
78
-crate
75
79
(this feature can be disabled which will also remove the dependency to
76
80
the ` alloc ` crate)
77
81
78
- ## 0.1.0 (2021-10-08)
82
+ ## 0.1.0 (2021-10-08) ( ** YANKED ** )
79
83
80
84
- initial release
81
85
0 commit comments