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