projects
/
cached-property.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad5b40d
)
Update HISTORY.rst
author
Daniel Greenfeld
<pydanny@users.noreply.github.com>
Tue, 28 Apr 2015 16:30:45 +0000
(09:30 -0700)
committer
Daniel Greenfeld
<pydanny@users.noreply.github.com>
Tue, 28 Apr 2015 16:30:45 +0000
(09:30 -0700)
HISTORY.rst
patch
|
blob
|
history
diff --git
a/HISTORY.rst
b/HISTORY.rst
index 5c564048602a0f4a6aa4f0d5b11d0f05bcc0db8b..9a610a1b34b6e8e24a2660babd87c7374a768df5 100644
(file)
--- a/
HISTORY.rst
+++ b/
HISTORY.rst
@@
-3,8
+3,8
@@
History
-------
-1.2.0 (2015-04-28
-+++++++++++++++++
+1.2.0 (2015-04-28
)
++++++++++++++++++
+
* Overall code and test refactoring, thanks to @gsakkis
* Allow the del statement for resetting cached properties with ttl instead of del obj._cache[attr], thanks to @gsakkis.