Skip to content

Commit 1af0e43

Browse files
authored
Merge pull request #3688 from mpacer/changelog_5.6
updates changelog in prep for releasing5.6rc
2 parents 5766341 + 54ecbce commit 1af0e43

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

docs/source/changelog.rst

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,45 @@ We strongly recommend that you upgrade to version 9+ of pip before upgrading ``n
2020

2121
Use ``pip install pip --upgrade`` to upgrade pip. Check pip version with
2222
``pip --version``.
23+
24+
.. _release-5.6.0:
25+
26+
5.6.0
27+
-----
28+
29+
New features:
30+
31+
- Execute cells by clicking icon in input prompt (:ghpull:`3535`, :ghpull:`3687`)
32+
- New "Save as" menu option (:ghpull:`3289`)
33+
- Add kernel_info_timeout traitlet to enable restarting slow kernels (:ghpull:`3665`)
34+
- Add ``custom_display_host`` config option to override displayed URL (:ghpull:`3668`)
35+
- Add /metrics endpoint for Prometheus Metrics (:ghpull:`3490`)
36+
- Update to jQuery 3.3 (:ghpull:`3655`)
37+
- Update marked to 0.4 (:ghpull:`3686`)
38+
39+
Fixing problems:
40+
41+
- Don't duplicate token in displayed URL (:ghpull:`3656`)
42+
- Don't trash non-empty directories on Windows (:ghpull:`3673`)
43+
- Include LICENSE file in wheels (:ghpull:`3671`)
44+
- Don't show "0 active kernels" when starting the notebook (:ghpull:`3696`)
45+
46+
Testing:
47+
48+
- Add find replace test (:ghpull:`3630`)
49+
- Selenium test for deleting all cells (:ghpull:`3601`)
50+
51+
Thanks to the following contributors:
52+
53+
- Arovit Narula (`arovit <https://github.com/arovit>`__)
54+
- lucasoshiro (`lucasoshiro <https://github.com/lucasoshiro>`__)
55+
- M Pacer (`mpacer <https://github.com/mpacer>`__)
56+
- Thomas Kluyver (`takluyver <https://github.com/takluyver>`__)
57+
- Todd (`toddrme2178 <https://github.com/toddrme2178>`__)
58+
- Yuvi Panda (`yuvipanda <https://github.com/yuvipanda>`__)
59+
60+
See the 5.6 milestone on GitHub for a complete list of
61+
`pull requests <https://github.com/jupyter/notebook/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A5.6>`__ involved in this release.
2362

2463
.. _release-5.5.0:
2564

0 commit comments

Comments
 (0)