From 56a374c09f64b951ca2992642abb59f1b126db4e Mon Sep 17 00:00:00 2001 From: Dorinda Bassey Date: Mon, 21 Oct 2024 09:47:30 +0200 Subject: [PATCH] CHANGELOG: fix feature unification add CHANGELOG for the PR that fixes feature unification issues with gpu-socket feature. Signed-off-by: Dorinda Bassey --- vhost-user-backend/CHANGELOG.md | 1 + vhost/CHANGELOG.md | 1 + 2 files changed, 2 insertions(+) diff --git a/vhost-user-backend/CHANGELOG.md b/vhost-user-backend/CHANGELOG.md index ffcb9c6..bcdc841 100644 --- a/vhost-user-backend/CHANGELOG.md +++ b/vhost-user-backend/CHANGELOG.md @@ -8,6 +8,7 @@ ### Deprecated ### Fixed +- [[#267](https://github.com/rust-vmm/vhost/pull/267)] Fix feature unification issues with gpu-socket feature. ## v0.16.0 diff --git a/vhost/CHANGELOG.md b/vhost/CHANGELOG.md index cf7696c..5d8cb7a 100644 --- a/vhost/CHANGELOG.md +++ b/vhost/CHANGELOG.md @@ -8,6 +8,7 @@ ### Deprecated ### Fixed +- [[#267](https://github.com/rust-vmm/vhost/pull/267)] Fix feature unification issues with gpu-socket feature. ## [0.12.0]