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