Skip to content

Commit 3266f9f

Browse files
committed
Updated 11.0 changelog to reflect breaking change
1 parent 9348195 commit 3266f9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

multiboot2/Changelog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,13 @@
2626
## 0.12.0
2727

2828
- **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
3029
- added public constant `MULTIBOOT2_BOOTLOADER_MAGIC`
3130
- Rust edition 2018 (instead of 2015)
3231
- internal code improvements
3332

3433
## 0.11.0
3534

35+
- **breaking:** iterator functions (e.g. `ElfSectionsTag::sections()`) return `impl Iterator` instead of a concrete type
3636
- lib now contains `TagType`-enum that contains
3737
all possible mbi tags that are specified (taken from spec)
3838
- much improved debug-formatting of `BootInformation`

0 commit comments

Comments
 (0)