File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 17
17
This release contains a major refactoring of the internals, guaranteeing
18
18
even more sanity checks for correct behaviour and lack of UB. In this release,
19
19
the ` Builder ` was rewritten and lots of corresponding UB in certain
20
- corer- cases removed. Further, the builder's API was streamlined.
20
+ corner cases removed. Further, the builder's API was streamlined.
21
21
22
22
If you are interested in the internals of the major refactorings recently taken
23
23
place, please head to the documentation of ` multiboot2-common ` .
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Minor documentation fixes.
27
27
This release contains another major refactoring of the internals, guaranteeing
28
28
even more sanity checks for correct behaviour and lack of UB. In this release,
29
29
the ` Builder ` was rewritten and lots of corresponding UB in certain
30
- corer- cases removed. Further, the builder's API was streamlined.
30
+ corner cases removed. Further, the builder's API was streamlined.
31
31
32
32
If you are interested in the internals of the major refactorings recently taken
33
33
place, please head to the documentation of ` multiboot2-common ` .
@@ -58,7 +58,7 @@ base is in excellent shape!
58
58
59
59
## 0.21.0 (2024-08-17)
60
60
61
- This release contains a massive refactoring of various internals. Now, ** almost
61
+ This release contains a massive refactoring of various internals. Now, almost
62
62
** unit tests pass Miri** , thus we removed lots of undefined behaviour and
63
63
increased the memory safety! 🎉 Only a small part of these internal refactorings
64
64
leak to the public interface. If you don't use external custom tags, you
You can’t perform that action at this time.
0 commit comments