Skip to content

Commit 840925f

Browse files
committed
multiboot2: update changelog, prepare v0.15
1 parent 064c488 commit 840925f

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

multiboot2/Changelog.md

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

3+
## 0.15.0 (2022-XX-XX)
4+
- `BootInformation` now publicly exports the `get_tag` function allowing you to work with custom
5+
tags. An example is given in the documentation of the method (check docs.rs). There is also
6+
a small unit test that you can use to learn from.
7+
- Additionally, this feature comes with the public type exports:
8+
- `SpecifiedOrCustomTagTypeSerialized`
9+
- `SpecifiedOrCustomTagType`
10+
- There exists a seamless integration between `u32`, `TagType`, `SpecifiedOrCustomTagType`, and
11+
`SpecifiedOrCustomTagTypeSerialized` via `From` and `PartialEq`-implementations.
12+
313
## 0.14.0 (2022-06-30)
414
- **BREAKING CHANGES** \
515
This version includes a few small breaking changes that brings more safety when parsing strings from the

0 commit comments

Comments
 (0)