summary refs log tree commit diff
path: root/changelog.d/7769.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.17.0rc1 v1.17.0rc1Richard van der Hoff2020-07-091-1/+0
|
* Add early returns to `_check_for_soft_fail` (#7769)Richard van der Hoff2020-07-011-0/+1
my editor was complaining about unset variables, so let's add some early returns to fix that and reduce indentation/cognitive load.