From 6b1d567b81c9bd87f56905e51358c7049ff14d76 Mon Sep 17 00:00:00 2001 From: Jason Grout Date: Fri, 6 Mar 2020 07:38:14 -0800 Subject: [PATCH] Elaborate more on the services changes in the changelog. --- docs/source/getting_started/changelog.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/getting_started/changelog.rst b/docs/source/getting_started/changelog.rst index 05b45adf5b82..6f6abf242200 100644 --- a/docs/source/getting_started/changelog.rst +++ b/docs/source/getting_started/changelog.rst @@ -73,7 +73,7 @@ Backward incompatible changes * Switch from ``@phosphor`` to ``@lumino`` dependencies. (`#7582 `__, `#7534 `__, `#7763 `__, `#7762 `__, `#7595 `__) * Factor out the ``settingsregistry`` and ``statedb`` packages from coreutils (`#7681 `__, `#7615 `__) -* Rework services architecture (sessions, kernels, terminals) and rename ``ClientSession`` to ``SessionContext`` (`#7252 `__, `#7674 `__, `#7820 `__, `#7694 `__, `#7690 `__, `#7682 `__) +* Rework services architecture (sessions, kernels, terminals). Among these changes, ``ClientSession`` is renamed to ``SessionContext`` and the ``IKernelConnection.connectToComm`` method is replaced with ``IKernelConnection.createComm`` and ``IKernelConnection.hasComm`` methods. (`#7252 `__, `#7674 `__, `#7820 `__, `#7694 `__, `#7690 `__, `#7682 `__) * Upgrade to TypeScript 3.7 (`#7522 `__) * Remove ``polling`` from coreutils in favor for ``@lumino/polling`` (`#7617 `__) * TypeScript strict null checking in core packages (`#7657 `__, `#7607 `__)