From b36bf8f9b36ab7db8cf03cd8eff714dfc33f0c29 Mon Sep 17 00:00:00 2001 From: David Lord Date: Thu, 31 Mar 2022 13:41:31 -0700 Subject: restore Path param order --- CHANGES.rst | 3 +++ 1 file changed, 3 insertions(+) (limited to 'CHANGES.rst') diff --git a/CHANGES.rst b/CHANGES.rst index 2c570e2..49be6a6 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,9 @@ Unreleased - Fix error message for readable path check that was mixed up with the executable check. :pr:`2236` +- Restore parameter order for ``Path``, placing the ``executable`` + parameter at the end. It is recommended to use keyword arguments + instead of positional arguments. :issue:`2235` Version 8.1.1 -- cgit v1.2.1