Skip to content

Commit 04670f2

Browse files
authored
Merge pull request #97 from drzewiec/changelog-update
Updated 12.0 changelog to note breaking change to iterators
2 parents 5830f6b + 3266f9f commit 04670f2

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
@@ -32,6 +32,7 @@
3232

3333
## 0.11.0
3434

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

0 commit comments

Comments
 (0)