From 0be70718a534e577d612b235ee2eba4eee511844 Mon Sep 17 00:00:00 2001 From: nickylimjj Date: Sat, 25 Feb 2017 01:09:00 -0600 Subject: [PATCH 1/2] updated changelog for nbextensions --- docs/source/changelog.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 67826068a..aa06569f7 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -110,6 +110,8 @@ Other additions - The tab icon in the browser now changes to indicate when the kernel is busy (:ghpull:`1837`). +- Load server extensions with ConfigManager so that merge happens recursively, unlike normal config values to make it load more consistenly with frontend extensions(:ghpull:`2108`). + 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. From 0d595f323c0fadbb7733dc140a36300d84b55ab2 Mon Sep 17 00:00:00 2001 From: nickylimjj Date: Sat, 25 Feb 2017 10:46:12 -0600 Subject: [PATCH 2/2] keep within 80 cols, fix typos --- docs/source/changelog.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index aa06569f7..64f8ac054 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -110,7 +110,9 @@ Other additions - The tab icon in the browser now changes to indicate when the kernel is busy (:ghpull:`1837`). -- Load server extensions with ConfigManager so that merge happens recursively, unlike normal config values to make it load more consistenly with frontend extensions(:ghpull:`2108`). +- Load server extensions with ConfigManager so that merge happens recursively, + unlike normal config values, to make it load more consistently with frontend + extensions(:ghpull:`2108`). Remember that upgrading ``notebook`` only affects the user interface. Upgrading kernels and libraries may also provide new features,