summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorSebastian Thiel <byronimo@gmail.com>2010-06-21 20:16:22 +0200
committerSebastian Thiel <byronimo@gmail.com>2010-06-21 20:16:22 +0200
commit1044116d25f0311033e0951d2ab30579bba4b051 (patch)
tree98832affe9aaf5df77ee11c6a8e5ed2293828e15 /CHANGES
parent91725f0fc59aa05ef68ab96e9b29009ce84668a5 (diff)
downloadgitpython-1044116d25f0311033e0951d2ab30579bba4b051.tar.gz
index: put serialization methods into new 'fun' module, this makes the calls faster as it removes one level of indirection, and makes the main file smaller, improving maintainability
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 0097269a..87742f63 100644
--- a/CHANGES
+++ b/CHANGES
@@ -4,6 +4,7 @@ CHANGES
0.3
===
* ConcurrentWriteOperation was removed, and replaced by LockedFD
+ * IndexFile.get_entries_key was renamed to entry_key
0.2 Beta 2
===========