summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2012-06-11 17:18:18 -0400
committerTres Seaver <tseaver@palladion.com>2012-06-11 17:18:18 -0400
commit5323152e4d6d082367c77972ad24cadd71fca818 (patch)
tree7ea46c27a1b9c1be0fbf5004bf73697860a14ed2
parent5243ae31252bd3f12bf1234cb3985a819aa42e3c (diff)
downloadrepoze-lru-5323152e4d6d082367c77972ad24cadd71fca818.tar.gz
Note statistics changes.
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 2a49f0a..d6f5ef2 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,9 @@ Changelog
After 0.5
---------
+- Added statistics to each cache, tracking lookups, hits, misses, and
+ evictions.
+
- Automated building Sphinx docs and testing example snippets under ``tox``.
- Added Sphinx documentation.