We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8487587 commit f604b05Copy full SHA for f604b05
CHANGELOG.md
@@ -1,13 +1,23 @@
1
# Changelog
2
3
-## [Unreleased]
+## [0.20.0]
4
+
5
+### Added
6
7
+- Added support for GICv2.
8
9
### Fixed
10
11
- Fixed #1283 - Can't start a VM in AARCH64 with vcpus number more than 16.
12
- The backtrace are printed on `panic`, no longer causing a seccomp fault.
13
- Fixed #1375 - Change logger options type from Value to Vec<LogOption> to
14
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%.
21
22
## [0.19.0]
23
0 commit comments