1
1
# next
2
2
3
3
- PR #37 Replace nose with pytest (Thanks, @MeggyCal )
4
+ - PR #39 Fix bug where context diffs would not parse (Thanks, @FallenSky2077 )
4
5
5
6
# 1.0.0
6
7
@@ -18,15 +19,16 @@ Dev-only:
18
19
# 0.0.6
19
20
20
21
- 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
23
24
- PR #20 Support up to Python 3.7, drop support for 3.3 (Thanks, @graingert )
24
25
- Issue #18 fix for empty file adds in git
25
26
26
27
# 0.0.5
27
28
28
29
- 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 )
30
32
31
33
# 0.0.4
32
34
@@ -51,5 +53,5 @@ Dev-only:
51
53
# 0.0.1
52
54
53
55
- 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