Skip to content

Commit 6793550

Browse files
RuoqingHeShadowCurse
authored andcommitted
chore: Update CHANGELOG.md
Update CHANGELOG.md to document the header visibility change. Signed-off-by: Ruoqing He <heruoqing@iscas.ac.cn>
1 parent 8a83183 commit 6793550

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
# Upcoming Release
2+
23
## Changed
34
- [[#148](https://github.com/rust-vmm/linux-loader/pull/148)] Fixing kernel commandline parameter validation
45
This change allows parameter values containing spaces in the middle, provided they are enclosed in quotes. However,
56
strings with quotes in the middle will no longer be accepted as valid parameter values.
7+
- [[#205](https://github.com/rust-vmm/linux-loader/pull/205)] Make image header for ARM and RISC-V public
8+
Kernel headers for ARM and RISC-V are made public to be used in a fw_cfg
9+
implementation that reads the kernel header.
610

711
# [v0.13.0]
812

0 commit comments

Comments
 (0)