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 d88bc67 commit 6f7e471Copy full SHA for 6f7e471
CHANGELOG.md
@@ -1,6 +1,11 @@
1
# Changelog
2
3
-## [Unreleased]
+# v0.4.0
4
+
5
+## Added
6
7
+- Added `in_buffer_empty` to SerialEvents trait. This helps with handling
8
+ the registration of I/O events related to the serial input.
9
10
## Changed
11
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "vm-superio"
-version = "0.3.0"
+version = "0.4.0"
description = "Emulation for legacy devices"
keywords = ["superio", "emulation"]
repository = "https://github.com/rust-vmm/vm-superio"
0 commit comments