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! ~~~~~~~