aboutsummaryrefslogtreecommitdiff
path: root/Changes
blob: 3aa2519e8374ec3c4895e13a8eee2a4da7c3b9c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
0.3.1 2014-05-07

* Add proper locking for cache_clear(), cache_info().
* Report cache.size in cache_info().

0.3.0 2014-05-06

* Remove @cache decorator.
* Add size, getsizeof members.
* Add @cachedmethod decorator.

0.2.0 2014-04-02

* Add @cache decorator.
* Update documentation.

0.1.0 2014-03-27

* Initial release.