Issue 6: Added a bit of documentation and xfail tests showing that the ``method_cache`` can't be used with other decorators such as ``property``.
1.11
====
Include dates and links in changelog.
1.10
====
Use Github for continuous deployment to PyPI.
1.9
===
Add ``retry_call``, a general-purpose function retry mechanism. See ``test_functools`` for tests and example usage.
1.8
===
More generous handling of missing lru_cache when installed on Python 2 and older pip. Now all functools except ``method_cache`` will continue to work even if ``backports.functools_lru_cache`` is not installed. Also allows functools32 as a fallback if available.