summaryrefslogtreecommitdiff
path: root/CHANGES.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGES.txt')
-rw-r--r--CHANGES.txt21
1 files changed, 21 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 79038d2..591078d 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -1,3 +1,24 @@
+Changelog
+=========
+
+After 0.4
+---------
+
+- Feature: added a new "invalidate()" method to allow removal of items from
+ the cache (issue #8).
+
+- Bug: LRUCache.put() could take multiple seconds on large caches (Issue #7).
+
+- Bug: LRUCache was not thread safe (Issue #6).
+
+- Bug: LRUCache.clock would waste RAM (Issue #4).
+
+- Bug: repeated pushing of an entry would remove other cache entries
+ (Issue #3).
+
+- Bug: LRUCache would evict entries even when not full (Issue #2).
+
+
0.4 (2011-09-04)
----------------