From 1044116d25f0311033e0951d2ab30579bba4b051 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Mon, 21 Jun 2010 20:16:22 +0200 Subject: 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 --- CHANGES | 1 + 1 file changed, 1 insertion(+) (limited to 'CHANGES') 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 =========== -- cgit v1.2.3