Skip to content

Commit 6251cf6

Browse files
committed
Add PRs #310 and #311 to changelog
1 parent 6689764 commit 6251cf6

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/changelog.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ Changes in Jupyter Client
3232
- If a kernel dies soon after starting, reassign random ports before restarting
3333
it, in case one of the previously chosen ports has been bound by another
3434
process (:ghpull:`279`).
35+
- Avoid unnecessary filesystem operations when finding a kernelspec with
36+
:meth:`.KernelSpecManager.get_kernel_spec` (:ghpull:`311`).
37+
- :meth:`.KernelSpecManager.get_all_specs` will no longer raise an exception on
38+
encountering an invalid ``kernel.json`` file. It will raise a warning and
39+
continue (:ghpull:`310`).
3540
- Check for non-contiguous buffers before trying to send them through ZMQ
3641
(:ghpull:`258`).
3742
- Compatibility with upcoming Tornado version 5.0 (:ghpull:`304`).

0 commit comments

Comments
 (0)