Skip to content

Commit 9669b59

Browse files
author
Steven Silvester
authored
Update CHANGELOG.md
1 parent bfbb6c3 commit 9669b59

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66

77
([Full Changelog](https://github.com/jupyter/jupyter_client/compare/26a16c0c91e245f7403aa27a812fee5e905d2964...31750bc87baf88377bcc6967e227b650b38fa872))
88

9-
### Summary
9+
### Summary
1010

1111
The 7.0 release brings a major feature in [Kernel Provisioners](https://github.com/jupyter/jupyter_client/blob/master/docs/provisioning.rst), which enable the ability for third parties to manage the lifecycle of a kernel's runtime environment.
1212

1313
Being a major release, there are a some backward incompatible changes:
1414

15-
- Custom `KernelManager` and `KernelSpecManager` subclasses will want want to be aware of changes from the provisioners, which are detailed in the [documentation](https://github.com/jupyter/jupyter_client/blob/master/docs/provisioning.rst). (#612)
16-
- Removed deprecations in kernel manager: `kernel_cmd` trait and `cleanup()` method (#643)
15+
- Custom `KernelManager` and `KernelSpecManager` subclasses will want want to be aware of changes from the provisioners, which are detailed in the [documentation](https://github.com/jupyter/jupyter_client/blob/master/docs/provisioning.rst). (#612)
16+
- Removed deprecations in kernel manager: `kernel_cmd` trait and `cleanup()` method (#643)
1717
- Removed block parameter from `ZMQSocketChannel.get_msg()` (#671)
1818
- Renamed `KernelSpecManager.whitelist` trait to `KernelSpecManager.allowed_kernelspecs` (with a shim) (#672)
1919

0 commit comments

Comments
 (0)