From: Daniel Greenfeld Date: Tue, 28 Apr 2015 16:30:45 +0000 (-0700) Subject: Update HISTORY.rst X-Git-Tag: 1.2.0~1 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa67a47cb3dc1e0e9fb1c9cf872174d515b3117a;p=cached-property.git Update HISTORY.rst --- diff --git a/HISTORY.rst b/HISTORY.rst index 5c56404..9a610a1 100644 --- 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.