summary refs log tree commit diff
path: root/changelog.d/7401.feature (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.13.0rc1Andrew Morgan2020-05-111-1/+0
|
* Fix redis password support. (#7401)Erik Johnston2020-05-041-0/+1
We forgot to set the password on the subscriber connection, as well as not calling super methods for overridden connectionMade/connectionLost functions.