RST cleanups
[cached-property.git] / HISTORY.rst
1 .. :changelog:
2
3 History
4 -------
5
6 1.0.0 (2014-02-13)
7 ++++++++++++++++++
8
9 * Added timed to expire feature to ``cached_property`` decorator.
10 * Changed ``del monopoly.boardwalk`` to ``del monopoly['boardwalk']`` in order to support the new TTL feature.
11
12 0.1.5 (2014-05-20)
13 ++++++++++++++++++
14
15 * Added threading support with new ``threaded_cached_property`` decorator
16 * Documented cache invalidation
17 * Updated credits
18 * Sourced the bottle implementation
19
20 0.1.4 (2014-05-17)
21 ++++++++++++++++++
22
23 * Fix the dang-blarged py_modules argument.
24
25 0.1.3 (2014-05-17)
26 ++++++++++++++++++
27
28 * Removed import of package into ``setup.py``
29
30 0.1.2 (2014-05-17)
31 ++++++++++++++++++
32
33 * Documentation fixes. Not opening up a RTFD instance for this because it's so simple to use.
34
35 0.1.1 (2014-05-17)
36 ++++++++++++++++++
37
38 * setup.py fix. Whoops!
39
40 0.1.0 (2014-05-17)
41 ++++++++++++++++++
42
43 * First release on PyPI.