diff --git a/docs/changelog.rst b/docs/changelog.rst index dab5821e..16792434 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -367,6 +367,10 @@ Core Library raised by the import hook were updated to include probable reasons for a failure. +* `57b652ed `_: a stray import + meant an extra roundtrip and ~20KiB of data was wasted for any context that + imported :mod:`mitogen.parent`. + Thanks! ~~~~~~~