diff options
| author | Tres Seaver <tseaver@palladion.com> | 2014-02-02 11:19:43 -0500 |
|---|---|---|
| committer | Tres Seaver <tseaver@palladion.com> | 2014-02-02 11:19:43 -0500 |
| commit | ef418de0d98f01098a5922dc2ded7dc4a7f574c6 (patch) | |
| tree | e1dc5805c34e0366f8575c3978e9425c9f17dd23 | |
| parent | 7f2c4ff34c55bd6685a89fd52d9d1330f567bac8 (diff) | |
| download | repoze-lru-ef418de0d98f01098a5922dc2ded7dc4a7f574c6.tar.gz | |
Changelog for PR #20.
| -rw-r--r-- | CHANGES.txt | 3 |
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. |
