diff --git a/CHANGES.rst b/CHANGES.rst index 951e31d40..5a84a0c7c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -8,6 +8,7 @@ Added - Declare Python 3.11 as supported in package metadata. - Document how to set up a development environment and run tests and linters in ``CONTRIBUTING.rst``. +- Document how to pin reformatter/linter versions in ``pre-commit``. Fixed -----