From eb0b4c8cf0bc534b7f289d9276cc9fd84b38ed8b Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Mon, 26 Mar 2018 13:59:45 +0200
Subject: [PATCH] Improved formatting

---
 release/changelog_since_last_release.txt | 34 ++++++++++++------------
 1 file changed, 17 insertions(+), 17 deletions(-)

diff --git a/release/changelog_since_last_release.txt b/release/changelog_since_last_release.txt
index ee291ba..df8de3a 100644
--- a/release/changelog_since_last_release.txt
+++ b/release/changelog_since_last_release.txt
@@ -13,23 +13,23 @@
   * rebuild
 * bob.extension
   * major
-	   - Big changes to the documentation of this package: divided guide in
-		 package development and package creation; added section for implementing
-		 configuration and command-line application for bob extensions.
-		 - Initial implementation for a (more) centrally-available python-based
-		 configuration system. The implementation is based on the config-file
-		 support that existed in bob.bio.base. Since the initial port, it has
-		 improved quite a lot to support a number of features. Check the
-		 documentation for details and how to use these on your packages.
-		 - Initial implementation of a command-line infrastructure for bob
-		 packages. The implementation is based on click and extensible to other
-		 packages in the Bob framework. Check the documentation for details.
-     - Added support for stacked processors
-		 - Fixes for compilation from scratch on newer versions of gcc, namely by
-		 having a more comprehensive use of "-isystem"
-		 - Improvements to our internal search-path functionality for building
-		 other packages
-		 - Ported to new CI/CD
+     * Big changes to the documentation of this package: divided guide in
+       package development and package creation; added section for implementing
+       configuration and command-line application for bob extensions.
+     * Initial implementation for a (more) centrally-available python-based
+       configuration system. The implementation is based on the config-file
+       support that existed in bob.bio.base. Since the initial port, it has
+       improved quite a lot to support a number of features. Check the
+       documentation for details and how to use these on your packages.
+     * Initial implementation of a command-line infrastructure for bob
+       packages. The implementation is based on click and extensible to other
+       packages in the Bob framework. Check the documentation for details.
+     * Added support for stacked processors
+     * Fixes for compilation from scratch on newer versions of gcc, namely by
+       having a more comprehensive use of "-isystem"
+     * Improvements to our internal search-path functionality for building
+       other packages
+		 * Ported to new CI/CD
 * bob.blitz
   * minor
      * Migrate to conda based CI
-- 
GitLab