Skip to content

Commit 9348195

Browse files
committed
Updated 12.0 changelog to note breaking change to iterators
1 parent 5830f6b commit 9348195

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

multiboot2/Changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
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
2930
- added public constant `MULTIBOOT2_BOOTLOADER_MAGIC`
3031
- Rust edition 2018 (instead of 2015)
3132
- internal code improvements

0 commit comments

Comments
 (0)