diff --git a/crates/virtio-queue/CHANGELOG.md b/crates/virtio-queue/CHANGELOG.md new file mode 100644 index 00000000..b8f82574 --- /dev/null +++ b/crates/virtio-queue/CHANGELOG.md @@ -0,0 +1,16 @@ +# v0.2.0 + +## Added + +- *Testing Interface*: Added the possibility to initialize a mock descriptor + chain from a list of descriptors. +- Added setters and getters for the queue fields required for extending the + `Queue` in VMMs. + +## Fixed + +- Apply the appropriate endianness conversion on `used_idx`. + +# v0.1.0 + +This is the first release of the crate. \ No newline at end of file