summary refs log tree commit diff
path: root/changelog.d/5962.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* changelogRichard van der Hoff2019-09-261-1/+0
|
* Remove double return statements (#5962)Andrew Morgan2019-09-031-0/+1
Remove all the "double return" statements which were a result of us removing all the instances of ``` defer.returnValue(...) return ``` statements when we switched to python3 fully.