From 171de5cc626086b898bb00214d4e814bb0c7d5e5 2015-01-08 17:50:42 From: Min RK Date: 2015-01-08 17:50:42 Subject: [PATCH] whatsnew for websocket change --- 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.