summary refs log tree commit diff
path: root/changelog.d/5300.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.0.0rc1 v1.0.0rc1Neil Johnson2019-06-071-1/+0
|
* Remove some pointless exception handlingRichard van der Hoff2019-05-301-0/+1
The verify_request deferred already returns a suitable SynapseError, so I don't really know what we expect to achieve by doing more wrapping, other than log spam. Fixes #4278.