@@ -1,6 +1,6 @@
[package]
name = "multiboot2"
-version = "0.8.1"
+version = "0.8.2"
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,2 +1,4 @@
+# 0.8.2
+
- Add some basic documentation ([#62](https://github.com/rust-osdev/multiboot2-elf64/pull/62))
- Add MemoryAreaType, to allow users to access memory area types in a type-safe way ([#61](https://github.com/rust-osdev/multiboot2-elf64/pull/61))