Skip to content

Commit a7094c5

Browse files
authored
Adjusted CHANGELOG for v4.0 release. (#333)
1 parent 29b22a9 commit a7094c5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.txt

+4-2
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,12 @@
44
Version 4.0.0 migrates the underlying Redis library from ``aioredis`` to ``redis-py``.
55
(``aioredis`` was retired and moved into ``redis-py``, which will host the ongoing development.)
66

7-
The API is unchanged. Version 4.0.0 should be compatible with existing Channels 3 projects, as well as Channels 4
7+
Version 4.0.0 should be compatible with existing Channels 3 projects, as well as Channels 4
88
projects.
99

10-
* Migrated from ``aioredis`` to ``redis-py``.
10+
* Migrated from ``aioredis`` to ``redis-py``. Specifying hosts as tuples is no longer supported.
11+
If hosts are specified as dicts, only the ``address`` key will be taken into account, i.e.
12+
a `password`` must be specified inline in the address.
1113

1214
* Added support for passing kwargs to sentinel connections.
1315

0 commit comments

Comments
 (0)