From 78162036651ff31a77fe14b74c5d4087c322936d Mon Sep 17 00:00:00 2001 From: Peter Parente Date: Sun, 26 Feb 2017 21:51:51 -0500 Subject: [PATCH] Note bundler API, kernel activity additions --- docs/source/changelog.rst | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 64f8ac054..b3424247b 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -111,9 +111,17 @@ Other additions (:ghpull:`1837`). - Load server extensions with ConfigManager so that merge happens recursively, - unlike normal config values, to make it load more consistently with frontend + unlike normal config values, to make it load more consistently with frontend extensions(:ghpull:`2108`). +- The notebook server now supports the `bundler API + `__ + from the `jupyter_cms incubator project + `__ (:ghpull:`1579`). + +- The notebook server now provides information about kernel activity in + its kernel resource API (:ghpull:`1827`). + Remember that upgrading ``notebook`` only affects the user interface. Upgrading kernels and libraries may also provide new features, better stability and integration with the notebook interface.