From: Daniel Greenfeld Date: Tue, 28 Apr 2015 16:24:19 +0000 (-0700) Subject: Update HISTORY.rst X-Git-Tag: 1.2.0~3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=cceb8a495a479bf45520cddb77efbbd7c3ef7aeb;p=cached-property.git Update HISTORY.rst --- diff --git a/HISTORY.rst b/HISTORY.rst index 95a371a..9e688ad 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -6,6 +6,10 @@ History 1.1.0 (2015-04-04) ++++++++++++++++++ +* Uncovered a bug in PyPy, https://bitbucket.org/pypy/pypy/issue/2033/attributeerror-object-attribute-is-read, thanks to @gsakkis +* 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. +* Fixed threaded_cached_property_with_ttl to actually be thread-safe, thanks to @gsakkis * Fixed typo in README, thanks to @zoidbergwill. 1.0.0 (2015-02-13)