From ad5b40dbc7a62c9cac72ff08c195ace9522adaae Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Tue, 28 Apr 2015 09:28:53 -0700 Subject: [PATCH] Update HISTORY.rst --- HISTORY.rst | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) diff --git a/HISTORY.rst b/HISTORY.rst index 9e688ad..5c56404 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -3,14 +3,19 @@ History ------- -1.1.0 (2015-04-04) -++++++++++++++++++ +1.2.0 (2015-04-28 ++++++++++++++++++ -* 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. +* Uncovered a bug in PyPy, https://bitbucket.org/pypy/pypy/issue/2033/attributeerror-object-attribute-is-read, thanks to @gsakkis +* Fixed threaded_cached_property_with_ttl to actually be thread-safe, thanks to @gsakkis + +1.1.0 (2015-04-04) +++++++++++++++++++ + +* Regression: As the cache was not always clearing, we’ve broken out the time to expire feature to it’s own set of specific tools, thanks to @pydanny +* Fixed typo in README, thanks to @zoidbergwill 1.0.0 (2015-02-13) ++++++++++++++++++ -- 2.30.2