Skip to content

Commit

Permalink
doc: add fix for async engine in CHANGELOG
Browse files Browse the repository at this point in the history
Add the fix for the async engine in the "Fixed" section of the
CHANGELOG.

Signed-off-by: Babis Chalios <bchalios@amazon.es>
  • Loading branch information
bchalios committed Dec 1, 2023
1 parent 9ca6a0f commit 9566e3c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@
Fixed a bug introduced in #4047 that limited the `--level` option of logger
to Pascal-cased values (e.g. accepting "Info", but not "info"). It now
ignores case again.
- [#4295](https://github.com/firecracker-microvm/firecracker/pull/4286):
Fixed a bug in the asynchronous virtio-block engine that rendered the device
non-functional after a PATCH request was issued to Firecracker for updating
the path to the host-side backing file of the device.

## [1.5.0]

Expand Down

0 comments on commit 9566e3c

Please sign in to comment.