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) ------------------