summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2009-10-22 14:43:18 +0200
committerSebastian Thiel <byronimo@gmail.com>2009-10-22 14:43:18 +0200
commit59e26435a8d2008073fc315bafe9f329d0ef689a (patch)
treec1260f68cb665714a613b71e8a90750187c3cee6 /CHANGES
parentc53eeaca19163b2b5484304a9ecce3ef92164d70 (diff)
downloadgitpython-59e26435a8d2008073fc315bafe9f329d0ef689a.tar.gz
Updated CHANGES file to indicate addition of index class
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index fde62e29..377d7e07 100644
--- a/CHANGES
+++ b/CHANGES
@@ -82,6 +82,11 @@ Diffing
* Commit and Tree objects now support diffing natively with a common interface to
compare agains other Commits or Trees, against the working tree or against the index.
+Index
+-----
+* A new Index class allows to read and write index files directly, and to perform
+ simple two and three way merges based on an arbitrary index.
+
Refs
----
* Will dynmically retrieve their object at the time of query to assure the information