From 3edba6d2e6b1ba0f04425fb3dc59f7c139c253d3 Mon Sep 17 00:00:00 2001 From: Babis Chalios Date: Fri, 1 Dec 2023 15:21:02 +0000 Subject: [PATCH] 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 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95d857b6c33..3054d021647 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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]