From 933dd7da982551300a584c98570993402a56bc27 Mon Sep 17 00:00:00 2001 From: cpburnz <2126043+cpburnz@users.noreply.github.com> Date: Mon, 24 Apr 2023 19:27:54 -0400 Subject: [PATCH] Update CHANGES --- CHANGES.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGES.rst b/CHANGES.rst index 922889c..f8ff9c5 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -9,7 +9,7 @@ Change History Bug fixes: - `Pull #76`_: Add edge case: patterns that end with an escaped space -- `Issue #77`_/`Pull #78`_: On bracket expression negation. +- `Issue #77`_/`Pull #78`_: Negate with caret symbol as with the exclamation mark. .. _`Pull #76`: https://github.com/cpburnz/python-pathspec/pull/76