summary refs log tree commit diff
path: root/changelog.d/4929.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 0.99.3rc1 v0.99.3rc1Neil Johnson2019-03-271-1/+0
|
* Fix ClientReplicationStreamProtocol.__str__ (#4929)Richard van der Hoff2019-03-251-0/+1
`__str__` depended on `self.addr`, which was absent from ClientReplicationStreamProtocol, so attempting to call str on such an object would raise an exception. We can calculate the peer addr from the transport, so there is no need for addr anyway.