We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 34bb7d8 + e8494da commit 8753a95Copy full SHA for 8753a95
docs/changelog.rst
@@ -4,6 +4,30 @@
4
Changes in Jupyter Client
5
=========================
6
7
+5.3.1
8
+=====
9
+
10
+- Fix bug with control channel socket introduced in 5.3.0 (:ghpull:`456`).
11
12
+5.3.0
13
14
+`5.3.0 on GitHub <https://github.com/jupyter/jupyter_client/milestones/5.3.0>`__
15
16
+New Features:
17
18
+- Multiprocessing and Threading support (:ghpull:`437`) and (:ghpull:`450`)
19
+- Setup package long_description (:ghpull:`411`)
20
21
+Changes:
22
23
+- Control channel now in the public API (:ghpull:`447`)
24
+- Closing Jupyter Client is now faster (:ghpull:`420`)
25
+- Pip support improvements (:ghpull:`421`)
26
27
+Breaking changes:
28
29
+- Dropped support for Python 3.3 and 3.4 (upstream packages dropped support already)
30
31
5.2.4
32
=====
33
0 commit comments