Skip to content

Commit 3831cac

Browse files
committed
add missing changelog entry
1 parent 8353db2 commit 3831cac

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

multiboot2/Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG for crate `multiboot2`
22

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+
37
## 0.14.0 (2022-06-30)
48
- **BREAKING CHANGES** \
59
This version includes a few small breaking changes that brings more safety when parsing strings from the

0 commit comments

Comments
 (0)