diff --git a/docs/source/whatsnew/pr/incompat-single-websocket.rst b/docs/source/whatsnew/pr/incompat-single-websocket.rst new file mode 100644 index 0000000..b4d6730 --- /dev/null +++ b/docs/source/whatsnew/pr/incompat-single-websocket.rst @@ -0,0 +1,3 @@ +* The notebook now uses a single websocket at `/kernels//channels` instead of separate + `/kernels//{shell|iopub|stdin}` channels. Messages on each channel are identified by a + `channel` key in the message dict, for both send and recv.