Skip to content

Commit 4c2e1d7

Browse files
committed
Update changelog in prep for 5.6rc
1 parent c852813 commit 4c2e1d7

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

docs/source/changelog.rst

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,40 @@ 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 area in input prompt (:ghpull:`3535`, :ghpull:`3687`)
32+
- Add kernel_info_timeout traitlet to enable restarting slow kernels (:ghpull:`3665`)
33+
- Add /metrics endpoint for Prometheus Metrics (:ghpull:`3490`)
34+
- Update to jQuery 3.3 (:ghpull:`3655`)
35+
36+
Fixing problems:
37+
38+
- Don't duplicate token in displayed URL (:ghpull:`3656`)
39+
- Don't trash non-empty directories on Windows (:ghpull:`3673`)
40+
- Include LICENSE file in wheels (:ghpull:`3671`)
41+
42+
Testing:
43+
- Add find replace test (:ghpull:`3630`)
44+
- [3335] Convert JS tests to Selenium (:ghpull:`3601`)
45+
46+
Thanks to the following contributors:
47+
48+
- Arovit Narula (`arovit <https://github.com/arovit>`__)
49+
- lucasoshiro (`lucasoshiro <https://github.com/lucasoshiro>`__)
50+
- M Pacer (`mpacer <https://github.com/mpacer>`__)
51+
- Thomas Kluyver (`takluyver <https://github.com/takluyver>`__)
52+
- Todd (`toddrme2178 <https://github.com/toddrme2178>`__)
53+
- Yuvi Panda (`yuvipanda <https://github.com/yuvipanda>`__)
54+
55+
See the 5.6 milestone on GitHub for a complete list of
56+
`pull requests <https://github.com/jupyter/notebook/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A5.6>`__ involved in this release.
2357

2458
.. _release-5.5.0:
2559

0 commit comments

Comments
 (0)