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 `__)