Skip to content

Commit 3a12ebf

Browse files
committed
changelog: add note about FIFO fix
Add note about fix in the #5698 PR. Signed-off-by: Egor Lazarchuk <yegorlz@amazon.co.uk>
1 parent 51c8692 commit 3a12ebf

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to
77
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
88

9+
## [1.14.2]
10+
11+
### Fixed
12+
13+
- [#5698](https://github.com/firecracker-microvm/firecracker/pull/5698): Fixed
14+
the possible ENXIO error which could occur during file open operation if the
15+
underlying file is FIFO without active readers already attached.
16+
917
## [1.14.1]
1018

1119
### Changed

0 commit comments

Comments
 (0)