We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9348195 commit 3266f9fCopy full SHA for 3266f9f
multiboot2/Changelog.md
@@ -26,13 +26,13 @@
26
## 0.12.0
27
28
- **breaking:** `load()` and `load_with_offset` now returns a result
29
-- **breaking:** iterator functions (e.g. `ElfSectionsTag::sections()`) return `impl Iterator` instead of a concrete type
30
- added public constant `MULTIBOOT2_BOOTLOADER_MAGIC`
31
- Rust edition 2018 (instead of 2015)
32
- internal code improvements
33
34
## 0.11.0
35
+- **breaking:** iterator functions (e.g. `ElfSectionsTag::sections()`) return `impl Iterator` instead of a concrete type
36
- lib now contains `TagType`-enum that contains
37
all possible mbi tags that are specified (taken from spec)
38
- much improved debug-formatting of `BootInformation`
0 commit comments