summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-09 11:59:05 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-09 11:59:05 +0200
commitf4874ca00b5f6bcba3a62d5776a4b2da899c8846 (patch)
tree34119f1d188fbbba640e10105c60e62717484ec7
parent88cc927ff2f8560cb2f224c313a5e5e8d64aa414 (diff)
downloadgitpython-f4874ca00b5f6bcba3a62d5776a4b2da899c8846.tar.gz
Moved compatibility information of possible future release into right spot ( to the top of the release list )
-rw-r--r--CHANGES28
1 files changed, 14 insertions, 14 deletions
diff --git a/CHANGES b/CHANGES
index 63ca47e8..839ee15e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,20 @@
=======
CHANGES
=======
+
+0.1.X
+=====
+( Future Release )
+General
+-------
+* See changes in Diff class as your client code needs adjustments to work with it
+
+Diff
+----
+* Members a a_commit and b_commit renamed to a_blob and b_blob - they are populated
+ with Blob objects if possible
+* Members a_path and b_path removed as this information is kept in the blobs
+
0.1.6
=====
@@ -49,20 +63,6 @@ Repo
* Corrected ``commits_between`` always returning None instead of the reversed
list.
-
-0.1.X
-=====
-( Future Release )
-General
--------
-* See changes in Diff class as your client code needs adjustments to work with it
-
-Diff
-----
-* Members a a_commit and b_commit renamed to a_blob and b_blob - they are populated
- with Blob objects if possible
-* Members a_path and b_path removed as this information is kept in the blobs
-
0.1.5
=====