diff --git a/docs/changelog.rst b/docs/changelog.rst index 91fbaf643..5106d4f86 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -1,6 +1,19 @@ Changes in IPython kernel ========================= +4.3 +--- + +4.3.0 +***** + +`4.3.0 on GitHub `__ + +- Publish all IO in a thread, via :class:`IOPubThread`. + This solves the problem of requiring :meth:`sys.stdout.flush` to be called in the notebook to produce output promptly during long-running cells. +- Remove refrences to outdated IPython guiref in kernel banner. + + 4.2 ---