瀏覽代碼

multiboot2: Changelog ready for release

Philipp Schuster 2 年之前
父節點
當前提交
ec24c49f8d
共有 1 個文件被更改,包括 1 次插入2 次删除
  1. 1 2
      multiboot2/Changelog.md

+ 1 - 2
multiboot2/Changelog.md

@@ -1,6 +1,6 @@
 # CHANGELOG for crate `multiboot2`
 
-## 0.14.0 (2022-05-xx)
+## 0.14.0 (2022-06-30)
 - **BREAKING CHANGES** \
   This version includes a few small breaking changes that brings more safety when parsing strings from the
   multiboot information structure.
@@ -13,7 +13,6 @@
   - `RsdpV2Tag::oem_id` now returns a Result instead of an Option
 - internal code improvements
 
-
 ## 0.13.3 (2022-06-03)
 - impl `Send` for `BootInformation`