From e821eac7532f62579b39e297b844dd9c83441cf9 Mon Sep 17 00:00:00 2001
From: Benoit Mortier <benoit.mortier@opensides.be>
Date: Mon, 15 Oct 2018 21:34:35 +0200
Subject: [PATCH] :handshake: fix(changelog) migrate Changelog to Changelog.md

Signed-off-by: Benoit Mortier <benoit.mortier@opensides.be>
---
 Changelog    |  9 ---------
 Changelog.md | 18 ++++++++++++++++++
 2 files changed, 18 insertions(+), 9 deletions(-)

diff --git a/Changelog b/Changelog
index 81b4d2f67..e820f1c8c 100644
--- a/Changelog
+++ b/Changelog
@@ -1,15 +1,6 @@
 FusionDirectory changelog
 =========================
 
-* FusionDirectory 1.0.7.1
-
-[Fix] Bugs #2830: refresh readme and install for 1.0.8
-[Fix] Bugs #2842: migration from 1.0.6 to 1.0.7 (update-core-fd-conf.ldif is broken)
-[Fix] Bugs #2845: user main.inc is broken
-[Fix] Bugs #2847: Template bug in memberUid
-[Fix] Bugs #2849: Upgrade to from squeezy to stable makes fusiondirectory unusable
-[Fix] Bugs #2850: Creating several templates with same login placeholder won't work
-
 * FusionDirectory 1.0.7
 
 [Fix] Bugs #215: /usr/share/fusiondirectory/plugins/addons/goto/deploy-filter.tpl status
diff --git a/Changelog.md b/Changelog.md
index 187bd0f92..c28aa7630 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2223,3 +2223,21 @@
 - fd-plugins#2868 freeradius plugin have erroneous default value for Tunnel medium type
 - fd-plugins#2934 the ipmi puglin does not work
 - fd-plugins#2939 ldif error in 1.0.6 to 1.0.7 upgrade LDIFs for plugin-systems
+
+## %"FusionDirectory 1.0.7.1" - 2013-11-18
+
+### Added
+
+#### fusiondirectory
+- fd#2830 refresh readme and install for 1.0.8
+- fd#2860 make a changelog for FusionDirectory 1.0.7.1
+
+### Changed
+
+#### fusiondirectory
+- fd#2850 Creating several templates with same login placeholder won't work
+
+### Fixed
+
+#### fusiondirectory
+- fd#2845 user main.inc is broken
-- 
GitLab