From: Daniel Greenfeld Date: Fri, 13 Feb 2015 19:21:21 +0000 (-0800) Subject: RST cleanups X-Git-Tag: 1.1.0~4 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a7fe69860f10c3f4b9cd8490a13e22a1e677e70f;p=cached-property.git RST cleanups --- diff --git a/HISTORY.rst b/HISTORY.rst index cdc0f91..657fb7d 100644 --- a/HISTORY.rst +++ b/HISTORY.rst @@ -7,7 +7,7 @@ History ++++++++++++++++++ * Added timed to expire feature to ``cached_property`` decorator. -* Changed ``del monopoly.boardwalk`` to ``del monopoly['boardwalk']`` in order to support the new TTL feature. +* **Backwards incompatiblity**: Changed ``del monopoly.boardwalk`` to ``del monopoly['boardwalk']`` in order to support the new TTL feature. 0.1.5 (2014-05-20) ++++++++++++++++++