From dfb630b7bd42956bdd6834c651806d010e01e5f6 Mon Sep 17 00:00:00 2001 From: cpburnz <2126043+cpburnz@users.noreply.github.com> Date: Mon, 24 Apr 2023 19:24:13 -0400 Subject: [PATCH] Update CHANGES --- CHANGES.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index f5a473b..922889c 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,11 +9,12 @@ Change History Bug fixes: - `Pull #76`_: Add edge case: patterns that end with an escaped space -- `Issue #77`_: On bracket expression negation. +- `Issue #77`_/`Pull #78`_: On bracket expression negation. .. _`Pull #76`: https://github.com/cpburnz/python-pathspec/pull/76 .. _`Issue #77`: https://github.com/cpburnz/python-pathspec/issues/77 +.. _`Pull #78`: https://github.com/cpburnz/python-pathspec/pull/78/ 0.11.1 (2023-03-14)