Change Log
----------

v.0.4 (2014-01-02)
~~~~~~~~~~~~~~~~~~

* backwards-incompatible rewrite; fcache now emulates a :class:`dict`.

v.0.3.1 (2013-04-19)
~~~~~~~~~~~~~~~~~~~~

* bug fix: close temp file after creation (issue #1)

v.0.3 (2013-01-03)
~~~~~~~~~~~~~~~~~~

* now supports Python 2.6, 2.7, and 3.
* added :meth:`~fcache.Cache.set_default` method.
* :meth:`~fcache.Cache.invalidate` can now be called with no arguments, in which case it forces all data to expire.
* added :meth:`~fcache.Cache.keys` method.
* added :meth:`~fcache.Cache.values` method.
* added :meth:`~fcache.Cache.items` method.

v.0.2.1 (2012-12-31)
~~~~~~~~~~~~~~~~~~~~

* removed code-blocks from README so that PyPI would render the readme correctly.

v0.2 (2012-12-31)
~~~~~~~~~~~~~~~~~

* added :meth:`~fcache.Cache.invalidate` method.
* added documentation.
* added *override* switch to the :meth:`~fcache.Cache.get` method.

v0.1 (2012-12-30)
~~~~~~~~~~~~~~~~~

* Initial release.
