From 81c6fb1d575afcd114d2c01a3ff2f202128d0ebe Mon Sep 17 00:00:00 2001 From: Lily Wang Date: Fri, 21 Jun 2024 19:18:29 +1000 Subject: [PATCH] update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a72ccf4..14c5705 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -42,6 +42,7 @@ The rules for this file: ### Fixed +- Switched deprecated pkg_resources to use importlib (PR #122, Issue #121) - Fixed pypi_check with lowercase (PR #118, Issue #112) - Fixed ModuleNotFound after installation (Issue #113, PR #115) - Fix cookie pypi_check test (PR #45)