From 965dfc73bd27fdfae4062b7850024d94a4980dcb Mon Sep 17 00:00:00 2001 From: Antti Kaihola <13725+akaihola@users.noreply.github.com> Date: Tue, 10 Jan 2023 20:54:24 +0200 Subject: [PATCH] Update the change log --- CHANGES.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index 27404d78f..268e1299a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -21,6 +21,8 @@ Fixed - Pass Git errors to stderr correctly both in raw and encoded subprocess output mode. - Add a work-around for cleaning up temporary directories. Needed for Python 3.7 on Windows. +- Split and join command lines using ``shlex`` from the Python standard library. This + deals with quoting correctly. 1.6.1_ - 2022-12-28