We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652fd43 commit 026bdc8Copy full SHA for 026bdc8
docs/changelog.rst
@@ -4,6 +4,17 @@
4
Changes in Jupyter Client
5
=========================
6
7
+5.2.3
8
+=====
9
+
10
+`5.2.3 on GitHub <https://github.com/jupyter/jupyter_client/milestones/5.2.3>`__
11
12
+- Fix hang on close in :class:`.ThreadedKernelClient` (used in QtConsole)
13
+ when using tornado with asyncio
14
+ (default behavior of tornado 5, see :ghpull:`352`).
15
+- Fix errors when using deprecated :attr:`.KernelManager.kernel_cmd`
16
+ (:ghpull:`343`, :ghpull:`344`).
17
18
5.2.2
19
=====
20
0 commit comments