Commit 8b074765 authored by Sean Bleier's avatar Sean Bleier

Update Readme.

parent 9ef12f52
......@@ -19,6 +19,17 @@ A Redis cache backend for Django
Changelog
=========
1.2.0
-----
* Deprecate support for Python 2.6. The cache should still work, but tests
will fail and compatibility will not be guaranteed going forward.
Backward incompatibilities:
The ``HashRing`` behavior has changed to maintain a proper keyspace balance.
This will lead to some cache misses, so be aware.
1.0.0
-----
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment