Skip to content

Commit aefafb7

Browse files
committed
update history
1 parent a350fbb commit aefafb7

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

HISTORY.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# next
22

33
- PR #37 Replace nose with pytest (Thanks, @MeggyCal)
4+
- PR #39 Fix bug where context diffs would not parse (Thanks, @FallenSky2077)
45

56
# 1.0.0
67

@@ -18,15 +19,16 @@ Dev-only:
1819
# 0.0.6
1920

2021
- PR #13 Support for reverse patching (Thanks, @graingert)
21-
- This is a breaking change that converted the parsed tuples into
22-
namedtuples and added the hunk number to that tuple
22+
- This is a breaking change that converted the parsed tuples into namedtuples
23+
and added the hunk number to that tuple
2324
- PR #20 Support up to Python 3.7, drop support for 3.3 (Thanks, @graingert)
2425
- Issue #18 fix for empty file adds in git
2526

2627
# 0.0.5
2728

2829
- PR #6 Added better support for binary files. (Thanks, @ramusus)
29-
- PR #3 Added support for git index revision ids that have more than 7 characters (Thanks, @jopereria)
30+
- PR #3 Added support for git index revision ids that have more than 7
31+
characters (Thanks, @jopereria)
3032

3133
# 0.0.4
3234

@@ -51,5 +53,5 @@ Dev-only:
5153
# 0.0.1
5254

5355
- The very first release that included parsing support for patches in unified
54-
diff format, context diff format, ed diff format, git, bazaar, subversion,
55-
and cvs.
56+
diff format, context diff format, ed diff format, git, bazaar, subversion, and
57+
cvs.

0 commit comments

Comments
 (0)