We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8353db2 commit 3831cacCopy full SHA for 3831cac
multiboot2/Changelog.md
@@ -1,5 +1,9 @@
1
# CHANGELOG for crate `multiboot2`
2
3
+## 0.14.1 (unreleased)
4
+- fixed the calculation of the last area of the memory map tag ([#119](https://github.com/rust-osdev/multiboot2/pull/119))
5
+ (Previously, iterating the EFI Memory map resulted in a superfluous entry as it ran over the next tag)
6
+
7
## 0.14.0 (2022-06-30)
8
- **BREAKING CHANGES** \
9
This version includes a few small breaking changes that brings more safety when parsing strings from the
0 commit comments