瀏覽代碼

Updated 12.0 changelog to note breaking change to iterators

Chris Drzewiecki 3 年之前
父節點
當前提交
93481956e7
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      multiboot2/Changelog.md

+ 1 - 0
multiboot2/Changelog.md

@@ -26,6 +26,7 @@
 ## 0.12.0
 
 - **breaking:** `load()` and `load_with_offset` now returns a result
+- **breaking:** iterator functions (e.g. `ElfSectionsTag::sections()`) return `impl Iterator` instead of a concrete type
 - added public constant `MULTIBOOT2_BOOTLOADER_MAGIC`
 - Rust edition 2018 (instead of 2015)
 - internal code improvements