Browse Source

multiboot2: Changelog

Philipp Schuster 8 months ago
parent
commit
68d75ade45
1 changed files with 2 additions and 2 deletions
  1. 2 2
      multiboot2/Changelog.md

+ 2 - 2
multiboot2/Changelog.md

@@ -9,8 +9,8 @@
 This release contains a massive refactoring of various internals. Now, **all
 This release contains a massive refactoring of various internals. Now, **all
 unit tests pass Miri**, thus we removed lots of undefined behaviour and
 unit tests pass Miri**, thus we removed lots of undefined behaviour and
 increased the memory safety! 🎉 Only a small part of these internal refactorings
 increased the memory safety! 🎉 Only a small part of these internal refactorings
-leak to the public interface. If you don't provide external custom tags, you
-should be fine.
+leak to the public interface. If you don't use external custom tags, you
+should be fine from any refactorings.
 
 
 Please note that **all previous releases** must be considered unsafe, as they
 Please note that **all previous releases** must be considered unsafe, as they
 contain UB. However, it is never clear how UB results in immediate incorrect
 contain UB. However, it is never clear how UB results in immediate incorrect