* Memory leak when using ``Limiter.storage.MemoryStorage`` (`Issue 4 <https://github.com/alisaifee/flask-limiter/issues/4>`_.) * Improved test coverage
0.3.1
------ Release Date: 2014-02-20
* Strict version requirement on six * documentation tweaks
0.3.0
------ Release Date: 2014-02-19
* improved logging support for multiple handlers * allow callables to be passed to ``Limiter.limit`` decorator to dynamically load rate limit strings. * add a global kill switch in flask config for all rate limits. * Bug fixes
* default key function for rate limit domain wasn't accounting for X-Forwarded-For header.