Adds the latest master changes to CHANGELOG.

This commit is contained in:
Bertrand Bordage 2014-10-29 15:12:38 +01:00
parent 683b5463f1
commit 66b8ff81d8

View file

@ -1,6 +1,16 @@
Whats new in django-cachalot?
==============================
master
------
- Adds a simple API containing:
``invalidate_tables``, ``invalidate_models``, ``clear``
- Fixes an stale cache issue occurring when an invalidation is done
exactly during a SQL request on the invalidated table(s)
- Uses infinite timeout
0.8.1
-----