From 33c099c0604a8379718643e72a9c25b75f0ed0ac Mon Sep 17 00:00:00 2001 From: Romain Deville <code@romaindeville.fr> Date: Thu, 13 May 2021 11:12:14 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Fix=20indentation=20in=20release?= =?UTF-8?q?=5Fnote.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/about/release_notes.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/about/release_notes.md b/docs/about/release_notes.md index 6e3c130..78cf266 100644 --- a/docs/about/release_notes.md +++ b/docs/about/release_notes.md @@ -14,11 +14,11 @@ Modified content will be overwritten when updating - 📠Update documentation content. - 🔧 Update extra content through yaml `_data·` files - - Add new content - - Add documentation in template files + - Add new content + - Add documentation in template files - ✨ Improve `plugins.py` behaviour - - Convert `.format()` string into `f""` string - - Fix configuration management + - Convert `.format()` string into `f""` string + - Fix configuration management - ⬆📌 Upgrade pinned python dependencies -- GitLab