From eb0e0952c382f54532d062f9950a7721d7b98839 Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:02:13 +0300 Subject: [PATCH] docs: update the change log --- CHANGES.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGES.rst b/CHANGES.rst index 2c4a937e1..15d31f235 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -34,6 +34,7 @@ Fixed - Pass full environment to Git to avoid the "dubious ownership" error. - Work around a `pathlib.Path.resolve` bug in Python 3.8 and 3.9 on Windows. The work-around should be removed when Python 3.8 and 3.9 are no longer supported. +- The Darker GitHub action now respects the ``working-directory`` input option. 2.1.1_ - 2024-04-16