Explorar el Código

multiboot2 v0.9.0

Isaac Woods hace 4 años
padre
commit
d0892efdbb
Se han modificado 2 ficheros con 5 adiciones y 1 borrados
  1. 1 1
      Cargo.toml
  2. 4 0
      Changelog.md

+ 1 - 1
Cargo.toml

@@ -1,6 +1,6 @@
 [package]
 name = "multiboot2"
-version = "0.8.2"
+version = "0.9.0"
 authors = ["Philipp Oppermann <dev@phil-opp.com>", "Calvin Lee <cyrus296@gmail.com>"]
 license = "MIT/Apache-2.0"
 description = "An experimental Multiboot 2 crate for ELF-64/32 kernels."

+ 4 - 0
Changelog.md

@@ -1,3 +1,7 @@
+# 0.9.0
+
+- Add a `checksum_is_valid` method to the RSDP tags ([#64](https://github.com/rust-osdev/multiboot2-elf64/pull/64))
+
 # 0.8.2
 
 - Add some basic documentation ([#62](https://github.com/rust-osdev/multiboot2-elf64/pull/62))