浏览代码

Merge pull request #97 from drzewiec/changelog-update

Updated 12.0 changelog to note breaking change to iterators
Philipp Schuster 3 年之前
父节点
当前提交
04670f2a84
共有 1 个文件被更改,包括 1 次插入0 次删除
  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`