[libvirt] [PATCH] news: Drop empty sections

We have occasionally failed to document certain categories of changes in the release notes, yet still left the corresponding sections in the file even though they were completely empty. Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- docs/news.xml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/news.xml b/docs/news.xml index fcf8520132..c4d61007b9 100644 --- a/docs/news.xml +++ b/docs/news.xml @@ -681,8 +681,6 @@ </description> </change> </section> - <section title="Improvements"> - </section> <section title="Bug fixes"> <change> <summary> @@ -990,8 +988,6 @@ </description> </change> </section> - <section title="Bug fixes"> - </section> </release> <release version="v4.5.0" date="2018-07-02"> <section title="New features"> @@ -1305,8 +1301,6 @@ </description> </change> </section> - <section title="Bug fixes"> - </section> </release> <release version="v4.3.0" date="2018-05-02"> <section title="New features"> -- 2.20.1

On Mon, 2019-04-01 at 11:57 +0200, Andrea Bolognani wrote:
We have occasionally failed to document certain categories of changes in the release notes, yet still left the corresponding sections in the file even though they were completely empty.
Signed-off-by: Andrea Bolognani <abologna@redhat.com> --- docs/news.xml | 6 ------ 1 file changed, 6 deletions(-)
Pushed as trivial now. -- Andrea Bolognani / Red Hat / Virtualization
participants (1)
-
Andrea Bolognani