From 508eec1af58110b9281f3158c5332036b280d040 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Sun, 9 Jul 2023 21:13:09 +0300 Subject: [PATCH] Update the change log --- CHANGES.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 7bf685705..9f6621314 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -52,6 +52,10 @@ Fixed - Linting fixes: Use ``stacklevel=2`` in ``warnings.warn()`` calls as suggested by Flake8; skip Bandit check for virtualenv creation in the GitHub Action; use ``ignore[method-assign]`` as suggested by Mypy. +- Configuration options spelled with hyphens in ``pyproject.toml`` + (e.g. ``line-length = 88``) are now supported. +- In debug log output mode, configuration options are now always spelled with hyphens + instead of underscores. 1.7.0_ - 2023-02-11