From 5c43a80117a793b82e69f43b00c79be96c0936bc Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 7 Aug 2017 13:11:02 -0400 Subject: [PATCH] Update changelog for 2.7.0 release --- debian/changelog | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/debian/changelog b/debian/changelog index 64b98438..7fefd131 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,17 @@ +moulinette (2.7.0) testing; urgency=low + + * [enh] More helpers for common IO operations (#141) + * [fix] Correctly handle error 500 (#142) + * [enh] Support subcategories (#143) + * [enh] Make some part of the code more readable (#144) + * [enh] Remove black magic related to m18n and other things (#145) + * [enh] Show description of command in --help (#148) + * [i18n] Update French translation (#149) + +Thanks to all contributors (Bram, Aleks, R. Cabaret) ! <3 + + -- Alexandre Aubin Mon, 07 Aug 2017 13:04:21 -0400 + moulinette (2.6.1) stable; urgency=low * [fix] Recursive mkdir was broken