File tree 1 file changed +14
-14
lines changed
1 file changed +14
-14
lines changed Original file line number Diff line number Diff line change 1
1
=======
2
2
CHANGES
3
3
=======
4
+
5
+ 0.1.X
6
+ =====
7
+ ( Future Release )
8
+ General
9
+ -------
10
+ * See changes in Diff class as your client code needs adjustments to work with it
11
+
12
+ Diff
13
+ ----
14
+ * Members a a_commit and b_commit renamed to a_blob and b_blob - they are populated
15
+ with Blob objects if possible
16
+ * Members a_path and b_path removed as this information is kept in the blobs
17
+
4
18
5
19
0.1.6
6
20
=====
49
63
* Corrected ``commits_between`` always returning None instead of the reversed
50
64
list.
51
65
52
-
53
- 0.1.X
54
- =====
55
- ( Future Release )
56
- General
57
- -------
58
- * See changes in Diff class as your client code needs adjustments to work with it
59
-
60
- Diff
61
- ----
62
- * Members a a_commit and b_commit renamed to a_blob and b_blob - they are populated
63
- with Blob objects if possible
64
- * Members a_path and b_path removed as this information is kept in the blobs
65
-
66
66
67
67
0.1.5
68
68
=====
You can’t perform that action at this time.
0 commit comments