diff mbox series

[for-4.15,3/7] CHANGELOG.md: Some additional affordances in various xl subcommands

Message ID 20210401133827.362216-3-george.dunlap@citrix.com (mailing list archive)
State New, archived
Headers show
Series [for-4.15,1/7] CHANGELOG.md: Mention XEN_SCRIPT_DIR | expand

Commit Message

George Dunlap April 1, 2021, 1:38 p.m. UTC
Signed-off-by: George Dunlap <george.dunlap@citrix.com>
Signed-off-by: Ian Jackson <ian.jackson@citrix.com>
---
CC: Ian Jackson <ian.jackson@citrix.com>
---
 CHANGELOG.md | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 086a0e50d0..a12dab1c33 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -25,6 +25,7 @@  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
  - Factored out HVM-specific shadow code, improving code clarity and reducing the size of PV-only hypervisor builds
  - Added XEN_SCRIPT_DIR configuration option to specify location for Xen scripts, rather than hard-coding /etc/xen/scripts
  - xennet: Documented a way for the backend (or toolstack) to specify MTU to the frontend
+ - Some additional affordances in various xl subcommands.
 
 ### Removed / support downgraded