# Changelog ## Unreleased ### Added ### Changed ### Fixed ### Deprecated ## v0.3.0 ### Added - [[#710]](https://github.com/rust-vmm/vhost-device/pull/710) Implement SCMI notifications ### Fixed - [[#696]](https://github.com/rust-vmm/vhost-device/pull/696) scmi: Remove an unused piece of code ## v0.2.0 ### Changed - [[#571]](https://github.com/rust-vmm/vhost-device/pull/571) scmi: use PathBuf for socket path - [[#572]](https://github.com/rust-vmm/vhost-device/pull/572) scmi: make socket_path required - [[#575]](https://github.com/rust-vmm/vhost-device/pull/575) scmi: revert to previous --help-devices behavior - Update rust-vmm and local dependencies. ## v0.1.0 First release