diff --git a/CHANGELOG.md b/CHANGELOG.md index 015f8e6..9920595 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ - [[#224](https://github.com/rust-vmm/linux-loader/pull/224)] Fixed docs.rs build. ## Changed -- [[#237]((https://github.com/rust-vmm/linux-loader/pull/237))] Replace bindgen files with manual translations. +- [[#237](https://github.com/rust-vmm/linux-loader/pull/237)] Replace bindgen files with manual translations. As a consequence, `elf64_phdr` is renamed to `Elf64_Phdr`, `elf64_hdr` to `Elf64_Ehdr`, and `elf64_note` to `Elf64_Nhdr`. In the definition of the fixed size array `e_ident` we now use `u8` instead of `raw_char`.