From 7292bba4df720a5011cb3ded38217961712d430a Mon Sep 17 00:00:00 2001 From: Andreea Florescu Date: Fri, 26 Jun 2026 10:14:22 +0200 Subject: [PATCH] fix changelog Removed additional paranthesis in one of the links. Signed-off-by: Andreea Florescu --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`.