From 42c1f8525738be6f2b26f2f6ceb057f76446e3c1 Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Mon, 5 Feb 2018 20:07:42 -0200 Subject: [PATCH] Update CHANGELOG --- changelog/3184.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/3184.bugfix b/changelog/3184.bugfix index 6269e7dee..875358776 100644 --- a/changelog/3184.bugfix +++ b/changelog/3184.bugfix @@ -1 +1 @@ -Don't traceback when logging on unknown(unhandled) sections. +Fix bug where logging happening at hooks outside of "test run" hooks would cause an internal error.