From 36c2876d76310e368ca468d0b738181a5aa1fc1f Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Thu, 23 Aug 2018 19:45:55 +0000 Subject: [PATCH] Update changelog --- debian/changelog | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/debian/changelog b/debian/changelog index 3cf70252..a24f5c05 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +yunohost (3.2.0~testing1) testing; urgency=low + + * Add logging system of every unit operation (#165) + * Add a helper `ynh_info` for apps, so that they can comment on what is going on during scripts execution (#383) + * Fix the Sender Rewriting Scheme (#331) + * Add `ynh_render_template` to be able to render Jinja 2 templates (#463) + + Thanks to all contributors : Bram, ljf, Aleks ! + + -- Alexandre Aubin Thu, 23 Aug 2018 21:45:00 +0000 + yunohost (3.1.0) stable; urgency=low Highlights