We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15bffae commit 5e6de59Copy full SHA for 5e6de59
1 file changed
CHANGES_1.in.rst
@@ -2,19 +2,19 @@
2
1.0.5 (TBD)
3
-----------
4
5
-TODO: Tests for #106.
6
-
7
Bug fixes:
8
9
- `Issue #93`_: Git discards invalid range notation. `GitIgnoreSpecPattern` now discards patterns with invalid range notation like Git.
10
- `Pull #106`_: Fix escape() not escaping backslash characters.
11
12
Improvements:
13
+- `Issue #108`_: Specialize pattern type for `PathSpec` as `PathSpec[PatternType]` for better debugging of `PathSpec().patterns`.
14
- `Pull #110`_: Nicer debug print outs (and str for regex pattern).
15
16
17
.. _`Pull #106`: https://github.com/cpburnz/python-pathspec/pull/106
+.. _`Issue #108`: https://github.com/cpburnz/python-pathspec/issue/108
18
.. _`Pull #110`: https://github.com/cpburnz/python-pathspec/pull/110
19
20
0 commit comments