Skip to content

Commit c022aeb

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 7df1359 commit c022aeb

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
@@ -73,6 +73,10 @@
7373
Fixed a bug introduced in #4047 that limited the `--level` option of logger
7474
to Pascal-cased values (e.g. accepting "Info", but not "info"). It now
7575
ignores case again.
76+
- [#4286](https://github.com/firecracker-microvm/firecracker/pull/4286):
77+
Fixed a bug in the asynchronous virtio-block engine that rendered the device
78+
non-functional after a PATCH request was issued to Firecracker for updating
79+
the path to the host-side backing file of the device.
7680

7781
## [1.5.0]
7882

0 commit comments

Comments
 (0)