Skip to content

Commit bb03d05

Browse files
author
Steven Silvester
authored
Update CHANGELOG.md
1 parent 3575df0 commit bb03d05

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,7 @@
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

13-
Being a major release, there are some backward incompatible changes:
14-
15-
- Custom `KernelManager` and `KernelSpecManager` subclasses will 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)
17-
- Removed block parameter from `ZMQSocketChannel.get_msg()` (#671)
18-
- Renamed `KernelSpecManager.whitelist` trait to `KernelSpecManager.allowed_kernelspecs` (with a shim) (#672)
13+
Being a major release, there are some backward incompatible changes. Please see the [migration guide](https://jupyter-client.readthedocs.io/en/latest/migration.html) for further details.
1914

2015
### Enhancements made
2116

@@ -54,6 +49,7 @@ Being a major release, there are some backward incompatible changes:
5449

5550
### Documentation improvements
5651

52+
- Create migration guide [#681](https://github.com/jupyter/jupyter_client/pull/681) ([@blink1073](https://github.com/blink1073))
5753
- Update changelog for 7.0.0rc0 [#673](https://github.com/jupyter/jupyter_client/pull/673) ([@blink1073](https://github.com/blink1073))
5854
- Added documentation for `richInspectVariables` request [#654](https://github.com/jupyter/jupyter_client/pull/654) ([@JohanMabille](https://github.com/JohanMabille))
5955
- Change to `edit_magic` payload [#652](https://github.com/jupyter/jupyter_client/pull/652) ([@yitzchak](https://github.com/yitzchak))

0 commit comments

Comments
 (0)