From 07d5929ee8eff119ecf523e92801f4259610cba7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89lie=20Bouttier?= Date: Thu, 30 Sep 2021 09:43:10 +0200 Subject: [PATCH] update changelog --- .gitignore | 2 ++ docs/changelog.rst | 8 +++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 19a9621..15ff218 100644 --- a/.gitignore +++ b/.gitignore @@ -105,3 +105,5 @@ venv.bak/ *.swp *.swo + +/docs/changelog.html diff --git a/docs/changelog.rst b/docs/changelog.rst index dd58e3c..69ea713 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -5,9 +5,15 @@ CHANGELOG 0.2.4 (unreleased) ------------------ +**🚀 NouveautĂ©s** + +* Ajout d’une fonction utilitaire ``open_remote_file`` utile pour les migrations Alembic +* Ajout d’une branche Alembic ``sql_utils`` offrant la fonction SQL ``public.fct_trg_meta_dates_change`` +* CompatibilitĂ© avec Python 3.9 + **🐛 Corrections** -* +* Ajout d’une dĂ©pendance manquante 0.2.3 (2021-06-30) ------------------