summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTres Seaver <tseaver@palladion.com>2014-02-02 11:19:43 -0500
committerTres Seaver <tseaver@palladion.com>2014-02-02 11:19:43 -0500
commitef418de0d98f01098a5922dc2ded7dc4a7f574c6 (patch)
treee1dc5805c34e0366f8575c3978e9425c9f17dd23
parent7f2c4ff34c55bd6685a89fd52d9d1330f567bac8 (diff)
downloadrepoze-lru-ef418de0d98f01098a5922dc2ded7dc4a7f574c6.tar.gz
Changelog for PR #20.
-rw-r--r--CHANGES.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES.txt b/CHANGES.txt
index 5365f6c..0a21015 100644
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -4,6 +4,9 @@ Changelog
After 0.6
---------
+- Expose cache object on the wrapped function, e.g. to allow extracting cache
+ performance data easily (PR #20).
+
- Avoid crash when memoizing a ``functools.partial`` instance (PR #21).
- Added explicit support for Python 3.3.