From 6b0a8c633b082430c888a94a0411d52b506bea4e Mon Sep 17 00:00:00 2001 From: Bruno Oliveira Date: Fri, 28 Jul 2017 07:31:27 -0300 Subject: [PATCH] Fix changelog grammar --- changelog/175.bugfix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/175.bugfix b/changelog/175.bugfix index 3544081..d33f71e 100644 --- a/changelog/175.bugfix +++ b/changelog/175.bugfix @@ -1,2 +1,2 @@ -Fix error internal error handling during event loop in the master node. This bug would shadow the original errors +Fix bug in internal event-loop error handler in the master node. This bug would shadow the original errors making extremely hard/impossible for users to diagnose the problem properly.