From 166de05d420775ad52f2989b81350f7bd2642c88 Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Thu, 30 May 2024 21:53:35 +1000 Subject: [PATCH] update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 634aba2..71ba959 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,6 @@ The rules for this file: ### Added -- Fixed ModuleNotFound after installation (Issue #113, PR #115) - Add black configurartion to `pyproject.toml` (Issue #73, PR #75) - Cookiecutter version dependency (Issue #33, PR #46) - Configuration files for external hooks (PR #9) @@ -43,6 +42,8 @@ The rules for this file: ### Fixed +- Fixed pypi_checking with lowercase (PR #118) +- Fixed ModuleNotFound after installation (Issue #113, PR #115) - Fix cookie pypi_check test (PR #45) - Bump minimum Python version to 3.9 in line with CI build matrix (#70) - Propagate `**kwargs` to `AnalysisBase` (PR #66)