From 357314df51b12b9ada774f7ef716841c2ae5e99d Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Thu, 2 Jan 2025 12:21:25 +0200 Subject: [PATCH] docs: update the change log --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index fe9d3980c..594326ca3 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -10,6 +10,8 @@ Added - Display exit code in parentheses after error message. - Do not reformat renamed files. - CI workflow to post recent project activity in a discussion. Triggered manually. +- CI "future" test now tests against ``main`` of Darkgraylib_ in addition to Black_, + Flynt_ and isort_. - The ``--preview`` configuration flag is now supported in the configuration files for Darker and Black - Prevent Pylint from updating beyond version 3.2.7 due to dropped Python 3.8 support. @@ -685,4 +687,5 @@ Added .. _pydocstyle: http://www.pydocstyle.org/ .. _Ruff: https://astral.sh/ruff .. _Black: https://black.readthedocs.io/ +.. _isort: https://pycqa.github.io/isort/ .. _NixOS: https://nixos.org/