From af44aeb31c96539aeb9d6edcf32ae1782482ac8f Mon Sep 17 00:00:00 2001 From: Min RK Date: Thu, 13 Aug 2015 22:14:57 -0700 Subject: [PATCH] add changelog --- docs/source/changelog.rst | 20 ++++++++++++++++++++ docs/source/index.rst | 1 + 2 files changed, 21 insertions(+) create mode 100644 docs/source/changelog.rst diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst new file mode 100644 index 000000000..83921a2be --- /dev/null +++ b/docs/source/changelog.rst @@ -0,0 +1,20 @@ +.. _changelog: + +Jupyter notebook changelog +========================== + +A summary of changes in the Jupyter notebook. +For more detailed information, see `GitHub `__. + + +4.0.2 +----- + +- Fix launching the notebook on Windows +- Fix the path searched for frontend config + + +4.0.0 +----- + +First release of the notebook as a standalone package. diff --git a/docs/source/index.rst b/docs/source/index.rst index 165fc6da7..18d442220 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -12,3 +12,4 @@ The Jupyter notebook extending/index development examples/Notebook/Examples and Tutorials Index + changelog