Commit 729f7df8 authored by Sean Bleier's avatar Sean Bleier

Update changelog.

parent 955a97be
...@@ -19,6 +19,12 @@ A Redis cache backend for Django ...@@ -19,6 +19,12 @@ A Redis cache backend for Django
Changelog Changelog
========= =========
1.3.0
-----
* Adds support for pluggable serializers including pickle(default), json,
msgpack, and yaml.
1.2.0 1.2.0
----- -----
...@@ -232,6 +238,7 @@ Example:: ...@@ -232,6 +238,7 @@ Example::
Running Tests Running Tests
============= =============
``./install_redis.sh``
``make test`` ``make test``
.. _redis-py: http://github.com/andymccurdy/redis-py/ .. _redis-py: http://github.com/andymccurdy/redis-py/
......
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