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