diff --git a/CHANGELOG.md b/CHANGELOG.md index 7161989..d0f841c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ Please respect the following instructions: ## 2024-01-01 - [Improvement] Happy New Year! + - Fix compatibility issue with Python 3.12 by removing dependency on `pkg_resources`. - Cookiecutter hooks to check input data validation. - Various licenses support. - New documentation format. diff --git a/docs/migrating-from-v0-plugins.rst b/docs/migrating-from-v0-plugins.rst index 8054819..836e5e8 100644 --- a/docs/migrating-from-v0-plugins.rst +++ b/docs/migrating-from-v0-plugins.rst @@ -83,7 +83,7 @@ The plugin API was upgraded from ``v0`` to ``v1`` in `Tutor v13.2.0