@@ -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."
@@ -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))