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 1717This release contains a major refactoring of the internals, guaranteeing
1818even more sanity checks for correct behaviour and lack of UB. In this release,
1919the ` 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.
2121
2222If you are interested in the internals of the major refactorings recently taken
2323place, 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.
2727This release contains another major refactoring of the internals, guaranteeing
2828even more sanity checks for correct behaviour and lack of UB. In this release,
2929the ` 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.
3131
3232If you are interested in the internals of the major refactorings recently taken
3333place, please head to the documentation of ` multiboot2-common ` .
@@ -58,7 +58,7 @@ base is in excellent shape!
5858
5959## 0.21.0 (2024-08-17)
6060
61- This release contains a massive refactoring of various internals. Now, ** almost
61+ This release contains a massive refactoring of various internals. Now, almost
6262** unit tests pass Miri** , thus we removed lots of undefined behaviour and
6363increased the memory safety! 🎉 Only a small part of these internal refactorings
6464leak 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