Skip to content

Commit f4874ca

Browse files
committed
Moved compatibility information of possible future release into right spot ( to the top of the release list )
1 parent 88cc927 commit f4874ca

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

CHANGES

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
=======
22
CHANGES
33
=======
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+
418

519
0.1.6
620
=====
@@ -49,20 +63,6 @@ Repo
4963
* Corrected ``commits_between`` always returning None instead of the reversed
5064
list.
5165

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-
6666

6767
0.1.5
6868
=====

0 commit comments

Comments
 (0)