From 5327235ceef80627b9f8a3312852071b88c02b8a Mon Sep 17 00:00:00 2001 From: joke2k Date: Mon, 21 Aug 2017 12:40:20 +0200 Subject: [PATCH] update README --- README.rst | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 30eb3243..290fecda 100644 --- a/README.rst +++ b/README.rst @@ -277,10 +277,22 @@ Django-environ is licensed under the MIT License - see the `LICENSE_FILE`_ file Changelog ========= -`pending` ---------- + +`0.4.4 - 21-August-2017 `__ +--------------------------------------------------------------------------------------------- - Support for django-redis multiple locations (master/slave, shards) + - Support for Elasticsearch2 + - Support for Mysql-connector + - Support for pyodbc + - Add __contains__ feature to Environ class + - Fix Path subtracting + + +`0.4.3 - 21-August-2017 `__ +--------------------------------------------------------------------------------------------- + + - Rollback the default Environ to os.environ `0.4.2 - 13-April-2017 `__ --------------------------------------------------------------------------------------------