diff --git a/CHANGES.rst b/CHANGES.rst index 0ab6c49c0..86d1df740 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -5,6 +5,10 @@ These features will be included in the next release: Added ----- +- The command `darker` now runs Flake8, Mypy, Pydocstyle, Pylint and Ruff on modified + lines in Python files. Those tools are included in the `[test]` extra. +- The minimum Ruff version is now 0.0.292. Its configuration in `pyproject.toml` has + been updated accordingly. Fixed -----