From ffdd6d2881da9d5d3cd15c8d647e734f6385f674 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sat, 15 Dec 2018 15:21:04 +0000 Subject: [PATCH] docs: add 824c7931 to changelog. --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 0b684639..1f6230cc 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -314,6 +314,10 @@ Core Library :meth:`mitogen.core.Router.myself` returns a :class:`mitogen.core.Context` referring to the current process. +* `824c7931 `_: exceptions + raised by the import hook were updated to include probable reasons for + a failure. + Thanks! ~~~~~~~