File tree Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Expand file tree Collapse file tree 2 files changed +11
-10
lines changed Original file line number Diff line number Diff line change 1- 1.1.0dev0
1+ 2.0.0
Original file line number Diff line number Diff line change 22Changelog
33=========
44
5- 1.1 .0 - Features
5+ 2.0 .0 - Features
66================
77
8+ Please note that due to breaking changes, we have to increase the major version.
9+
10+ * **IMPORTANT **: This release drops support for python 2.6, which is
11+ officially deprecated by the python maintainers.
12+ * **CRITICAL **: `Diff ` objects created with patch output will now not carry
13+ the --- and +++ header lines anymore. All diffs now start with the
14+ @@ header line directly. Users that rely on the old behaviour can now
15+ (reliably) read this information from the a_path and b_path properties
16+ without having to parse these lines manually.
817* `Commit ` now has extra properties `authored_datetime ` and
918 `committer_datetime ` (to get Python datetime instances rather than
1019 timestamps)
@@ -19,14 +28,6 @@ Changelog
1928 deleted.
2029* Fix: diff parsing issues with paths that contain "unsafe" chars, like
2130 spaces, tabs, backslashes, etc.
22- * IMPORTANT: This release drops support for python 2.6, which is
23- officially deprecated by the python maintainers.
24- * CRITICAL: `Diff ` objects created with patch output will now not carry
25- the --- and +++ header lines anymore. All diffs now start with the
26- @@ header line directly. Users that rely on the old behaviour can now
27- (reliably) read this information from the a_path and b_path properties
28- without having to parse these lines manually.
29-
3031
31321.0.2 - Fixes
3233=============
You can’t perform that action at this time.
0 commit comments