Parcourir la source

Merge pull request #97 from drzewiec/changelog-update

Updated 12.0 changelog to note breaking change to iterators
Philipp Schuster il y a 3 ans
Parent
commit
04670f2a84
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      multiboot2/Changelog.md

+ 1 - 0
multiboot2/Changelog.md

@@ -32,6 +32,7 @@
 
 ## 0.11.0
 
+- **breaking:** iterator functions (e.g. `ElfSectionsTag::sections()`) return `impl Iterator` instead of a concrete type
 - lib now contains `TagType`-enum that contains
   all possible mbi tags that are specified (taken from spec)
 - much improved debug-formatting of `BootInformation`