Check translated files too

This commit is contained in:
Philipp Oppermann
2021-10-17 17:37:55 +02:00
parent 53e3578e34
commit a41d3236b8
8 changed files with 8 additions and 9 deletions

View File

@@ -15,7 +15,7 @@ We also have other news: We plan to add [Experimental Support for Community Tran
## `bootloader`
- [Change the way the kernel entry point is called to honor alignement ABI](https://github.com/rust-osdev/bootloader/pull/81) by [@GuillaumeDIDIER](https://github.com/GuillaumeDIDIER) (published as version 0.8.2)
- [Change the way the kernel entry point is called to honor alignment ABI](https://github.com/rust-osdev/bootloader/pull/81) by [@GuillaumeDIDIER](https://github.com/GuillaumeDIDIER) (published as version 0.8.2)
- [Add support for Github Actions](https://github.com/rust-osdev/bootloader/pull/82)
- [Remove unnecessary `extern C` on panic handler to fix not-ffi-safe warning](https://github.com/rust-osdev/bootloader/pull/85) by [@cmsd2](https://github.com/cmsd2) (published as version 0.8.3)