From 335504b17cfe7d82daefad324ac2cc59bef29e13 Mon Sep 17 00:00:00 2001 From: cpburnz <2126043+cpburnz@users.noreply.github.com> Date: Sat, 25 Feb 2023 20:34:52 -0500 Subject: [PATCH] Address 74 --- CHANGES.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 509cf90..e7b00b2 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -6,9 +6,12 @@ Change History 0.11.1 (TBD) ------------ -Improvements: +Bug fixes: - `Issue #74`_: Include directory should override exclude file. + +Improvements: + - `Pull #75`_: Fix partially unknown PathLike type. - Convert `os.PathLike` to a string properly using `os.fspath`.