Commit 7eb7d637 authored by Sean Bleier's avatar Sean Bleier Committed by GitHub

Merge pull request #126 from mobolic/complete-changelog

Add more information to Changelog in README.
parents c7d72687 baaae4ed
...@@ -19,5 +19,6 @@ ...@@ -19,5 +19,6 @@
| Michael Lindemuth / mlindemu <https://github.com/mlindemu> | Michael Lindemuth / mlindemu <https://github.com/mlindemu>
| John Furr / gnulnx <https://github.com/gnulnx> | John Furr / gnulnx <https://github.com/gnulnx>
| Christian Pedersen / chripede <https://github.com/chripede> | Christian Pedersen / chripede <https://github.com/chripede>
| Martey Dodoo / martey <https://github.com/martey>
| Joona Pääkkönen / paksu <https://github.com/paksu> | Joona Pääkkönen / paksu <https://github.com/paksu>
| Tim Graham / timgraham <https://github.com/timgraham> | Tim Graham / timgraham <https://github.com/timgraham>
...@@ -21,11 +21,68 @@ Docs can be found at http://django-redis-cache.readthedocs.org/en/latest/. ...@@ -21,11 +21,68 @@ Docs can be found at http://django-redis-cache.readthedocs.org/en/latest/.
Changelog Changelog
========= =========
1.7.1
-----
* Confirms support for Django 1.9 and 1.10.
1.7.0 1.7.0
----- -----
* Drops support for Django < 1.8 and Python 3.2. * Drops support for Django < 1.8 and Python 3.2.
* Confirms support for Django 1.9 and 1.10.
1.6.4
-----
* Adds a default timeout to ``set_many``.
1.6.3
-----
* Fixes ``get_many`` and ``set_many`` to work with empty parameters.
1.6.2
-----
* Fixes ``set_many`` to set cache key version.
1.6.1
-----
* Allows ``delete_many`` to fail silently with an empty list.
1.6.0
-----
* Adds dummy cache.
1.5.5
-----
* Cleans up ``get_or_set``.
1.5.4
-----
* Updates importlib import statement for better Django 1.9 compatibility.
1.5.3
-----
* Adds initial documentation.
* Updates function signatures to use ``DEFAULT_TIMEOUT``.
* Fixes issue with redis urls and unix_socket_path key error.
1.5.2
-----
* Adds ``SOCKET_CONNECT_TIMEOUT`` option.
1.5.1
-----
* Refactors class importing.
1.5.0 1.5.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