summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 5 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 71b7961..f916ad5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,9 @@
-2011-08-22 Robert Halley <halley@dnspython.org>
+2011-08-22 Bob Halley <halley@dnspython.org>
- * dns/resolver.py: Added LRUCache, which allows a maximum number
- of nodes to be cached, and removes the least-recently used node
- when adding a new node to a full cache.
+ * dns/resolver.py: Added LRUCache. In this cache implementation,
+ the cache size is limited to a user-specified number of nodes, and
+ when adding a new node to a full cache the least-recently used
+ node is removed.
2011-07-13 Bob Halley <halley@dnspython.org>