
On 01/17/2018 05:01 PM, Andrea Bolognani wrote:
As usual, a bunch of changes slipped through the cracks during the development cycle. Update the release notes to include at least the most notable.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- I'll push this tomorrow morning under the "can't possibly be worse than leaving it alone" rule, so that it makes it into the release, unless I get feedback earlier.
docs/news.xml | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+)
ACK, although ..
diff --git a/docs/news.xml b/docs/news.xml index 064b9ae83..d034be99a 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -35,8 +35,48 @@ <libvirt> <release version="v4.0.0" date="unreleased"> <section title="New features"> + <change> + <summary> + tools: Provide bash completion support + </summary> + <description> + Both <code>virsh</code> and <code>virt-admin</code> now implement + basic bash completion support. + </description> + </change>
.. I wanted to advertise this once these are merged: https://www.redhat.com/archives/libvir-list/2018-January/msg00436.html so that users can have full experience. Michal