summary refs log tree commit diff
path: root/changelog.d/7575.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.15.0rc1 v1.15.0rc1Brendan Abolivier2020-06-091-1/+0
|
* Revert "1.15.0rc1"Brendan Abolivier2020-06-091-0/+1
| | | | This reverts commit 8587b0426fa4e65992aaa47158e991fa1797d3fb.
* 1.15.0rc1Brendan Abolivier2020-06-091-1/+0
|
* Fix incorrect placeholder syntax in database prepartion code (#7575)Andrew Morgan2020-05-271-0/+1
We were using `logger` syntax which isn't supported by `Exception`s.