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