From 643de7cf5f7fb47842e5dc35bb388958a034ebb9 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Sat, 6 Jun 2020 02:16:29 +0200 Subject: [PATCH] Update changelog for 3.8.5 --- debian/changelog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9f07e62d1..023dbce7c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +yunohost (3.8.5) testing; urgency=low + + - [enh] Add migration procedure for Stretch->Buster (a2b83c0f, a26411db, 9f1211e9, e544bf3e, a0511cca) + - [fix] Disable/skip ntp when inside a container (9d0c0924) + + -- Alexandre Aubin Sat, 06 Jun 2020 02:11:51 +0200 + yunohost (3.8.4.8) stable; urgency=low - [fix] Don't add unprotected_urls if it's already in skipped_urls (#1005)