Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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/4295):
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
Loading