Skip to content

Commit f604b05

Browse files
author
Serban Iorga
committed
added missing entries in changelog
Signed-off-by: Serban Iorga <[email protected]>
1 parent 8487587 commit f604b05

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
# Changelog
22

3-
## [Unreleased]
3+
## [0.20.0]
4+
5+
### Added
6+
7+
- Added support for GICv2.
48

59
### Fixed
610

711
- Fixed #1283 - Can't start a VM in AARCH64 with vcpus number more than 16.
812
- The backtrace are printed on `panic`, no longer causing a seccomp fault.
913
- Fixed #1375 - Change logger options type from Value to Vec<LogOption> to
1014
prevent potential unwrap on None panics.
15+
- Fixed #1316 - fix the size of a virtio device, backed by a block device.
16+
- Log failed api requests.
17+
18+
### Changed
19+
20+
- Decreased release binary size by 10%.
1121

1222
## [0.19.0]
1323

0 commit comments

Comments
 (0)