Skip to content

Commit 7a6f93a

Browse files
committed
Update changelog
1 parent 4ab04ad commit 7a6f93a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## Breaking
2+
3+
- Change the build system: Use a build script that expects a `KERNEL` environment variable instead of using a separate `builder` executable as before. See [#51](https://github.com/rust-osdev/bootloader/pull/51) and [#53](https://github.com/rust-osdev/bootloader/pull/53) for more information.
4+
- This makes the bootloader incompatible with versions `0.6.*` and earlier of the `bootimage` tool.
5+
- The bootloader also requires the `llvm-tools-preview` rustup component now.
6+
17
# 0.4.0
28

39
## Breaking

0 commit comments

Comments
 (0)