Skip to content

Commit f2dc2db

Browse files
authored
Merge pull request #342 from jupyter/auto-backport-of-pr-341
Backport PR #341 on branch 5.x
2 parents 5118a94 + ce572d9 commit f2dc2db

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

docs/changelog.rst

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,28 @@
44
Changes in Jupyter Client
55
=========================
66

7+
5.2.2
8+
=====
9+
10+
`5.2.2 on GitHub <https://github.com/jupyter/jupyter_client/milestones/5.2.2>`__
11+
12+
- Fix :meth:`.KernelSpecManager.get_all_specs` method in subclasses
13+
that only override :meth:`.KernelSpecManager.find_kernel_specs`
14+
and :meth:`.KernelSpecManager.get_kernel_spec`.
15+
See :ghissue:`338` and :ghpull:`339`.
16+
- Eliminate occasional error messages during process exit (:ghpull:`336`).
17+
- Improve error message when attempting to bind on invalid address (:ghpull:`330`).
18+
- Add missing direct dependency on tornado (:ghpull:`323`).
19+
20+
721
5.2.1
822
=====
923

24+
`5.2.1 on GitHub <https://github.com/jupyter/jupyter_client/milestones/5.2.1>`__
25+
1026
- Add parenthesis to conditional pytest requirement to work around a bug in the
1127
``wheel`` package, that generate a ``.whl`` which otherwise always depends on
12-
``pytest`` see :ghissue:`324` and :ghpull:`325`
28+
``pytest`` see :ghissue:`324` and :ghpull:`325`.
1329

1430
5.2
1531
===

0 commit comments

Comments
 (0)