Skip to content

Commit 9566e3c

Browse files
committed
doc: add fix for async engine in CHANGELOG
Add the fix for the async engine in the "Fixed" section of the CHANGELOG. Signed-off-by: Babis Chalios <[email protected]>
1 parent 9ca6a0f commit 9566e3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323
Fixed a bug introduced in #4047 that limited the `--level` option of logger
2424
to Pascal-cased values (e.g. accepting "Info", but not "info"). It now
2525
ignores case again.
26+
- [#4295](https://github.com./firecracker-microvm/firecracker/pull/4286):
27+
Fixed a bug in the asynchronous virtio-block engine that rendered the device
28+
non-functional after a PATCH request was issued to Firecracker for updating
29+
the path to the host-side backing file of the device.
2630

2731
## [1.5.0]
2832

0 commit comments

Comments
 (0)