|
1 | 1 | # CHANGELOG for crate `multiboot2`
|
2 | 2 |
|
3 |
| -## 0.13.2 |
| 3 | +## 0.13.2 (2022-05-02) |
4 | 4 | - `TagType` now implements `Ord` so that it can be used in `BTreeSet`
|
5 | 5 | - small internal improvements and restructuring of the code (no breaking changes to public API)
|
6 | 6 |
|
7 |
| -## 0.13.1 |
| 7 | +## 0.13.1 (2022-01-09) |
8 | 8 | - minor fix
|
9 | 9 |
|
10 | 10 | ## 0.13.0 (**yanked**)
|
11 | 11 | - added missing getters for tag `ImageLoadPhysAddr`
|
12 | 12 | - added missing getters for tags `EFIImageHandle32` and `EFIImageHandle64`
|
13 | 13 |
|
14 |
| -## 0.12.2 |
| 14 | +## 0.12.2 (2021-10-02) |
15 | 15 | - `TagType` now implements `Eq` and `Hash`
|
16 | 16 | - internal improvements
|
17 | 17 | - `std` can be used in tests; the crate is still `no_std`
|
|
23 | 23 | - prepared co-existence of crates `multiboot2` and `multiboot2-header`
|
24 | 24 | in a Cargo workspace inside the same repository
|
25 | 25 |
|
26 |
| -## 0.12.1 |
| 26 | +## 0.12.1 (2021-08-11) |
27 | 27 | - `TagType`-enum introduced in `v0.11` is now actually public
|
28 | 28 | - internal code improvements
|
29 | 29 |
|
30 |
| -## 0.12.0 |
31 |
| - |
| 30 | +## 0.12.0 (2021-08-06) |
32 | 31 | - **breaking:** `load()` and `load_with_offset` now returns a result
|
33 | 32 | - added public constant `MULTIBOOT2_BOOTLOADER_MAGIC`
|
34 | 33 | - Rust edition 2018 (instead of 2015)
|
35 | 34 | - internal code improvements
|
36 | 35 |
|
37 |
| -## 0.11.0 |
| 36 | +## 0.11.0 (2021-07-07) |
38 | 37 |
|
39 | 38 | - **breaking:** iterator functions (e.g. `ElfSectionsTag::sections()`) return `impl Iterator` instead of a concrete type
|
40 | 39 | - lib now contains `TagType`-enum that contains
|
41 | 40 | all possible mbi tags that are specified (taken from spec)
|
42 | 41 | - much improved debug-formatting of `BootInformation`
|
43 | 42 | - internal code improvements / formatting
|
44 | 43 |
|
45 |
| -## 0.10.0 |
| 44 | +## 0.10.0 (2020-11-03) |
46 | 45 | - allow access to all memory regions (MemoryMap-Tag)
|
47 | 46 | - internal code improvements
|
48 | 47 |
|
49 |
| -## 0.9.0 |
| 48 | +## 0.9.0 (2020-07-06) |
50 | 49 |
|
51 | 50 | - Add a `checksum_is_valid` method to the RSDP tags ([#64](https://github.com/rust-osdev/multiboot2/pull/64))
|
52 | 51 |
|
53 |
| -## 0.8.2 |
| 52 | +## 0.8.2 (2022-03-02) |
54 | 53 |
|
55 | 54 | - Add some basic documentation ([#62](https://github.com/rust-osdev/multiboot2/pull/62))
|
56 | 55 | - Add MemoryAreaType, to allow users to access memory area types in a type-safe way ([#61](https://github.com/rust-osdev/multiboot2/pull/61))
|
0 commit comments