Skip to content

Commit 5e6de59

Browse files
committed
Specialize patterns
1 parent 15bffae commit 5e6de59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGES_1.in.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,19 @@
22
1.0.5 (TBD)
33
-----------
44

5-
TODO: Tests for #106.
6-
75
Bug fixes:
86

97
- `Issue #93`_: Git discards invalid range notation. `GitIgnoreSpecPattern` now discards patterns with invalid range notation like Git.
108
- `Pull #106`_: Fix escape() not escaping backslash characters.
119

1210
Improvements:
1311

12+
- `Issue #108`_: Specialize pattern type for `PathSpec` as `PathSpec[PatternType]` for better debugging of `PathSpec().patterns`.
1413
- `Pull #110`_: Nicer debug print outs (and str for regex pattern).
1514

1615

1716
.. _`Pull #106`: https://github.com/cpburnz/python-pathspec/pull/106
17+
.. _`Issue #108`: https://github.com/cpburnz/python-pathspec/issue/108
1818
.. _`Pull #110`: https://github.com/cpburnz/python-pathspec/pull/110
1919

2020

0 commit comments

Comments
 (0)