Update changelog in prep for 5.6rc

M Pacer 8 years ago
parent c852813aa5
commit 4c2e1d7132

@ -20,6 +20,40 @@ We strongly recommend that you upgrade to version 9+ of pip before upgrading ``n
Use ``pip install pip --upgrade`` to upgrade pip. Check pip version with
``pip --version``.
.. _release-5.6.0:
5.6.0
-----
New features:
- Execute cells by clicking area in input prompt (:ghpull:`3535`, :ghpull:`3687`)
- Add kernel_info_timeout traitlet to enable restarting slow kernels (:ghpull:`3665`)
- Add /metrics endpoint for Prometheus Metrics (:ghpull:`3490`)
- Update to jQuery 3.3 (:ghpull:`3655`)
Fixing problems:
- Don't duplicate token in displayed URL (:ghpull:`3656`)
- Don't trash non-empty directories on Windows (:ghpull:`3673`)
- Include LICENSE file in wheels (:ghpull:`3671`)
Testing:
- Add find replace test (:ghpull:`3630`)
- [3335] Convert JS tests to Selenium (:ghpull:`3601`)
Thanks to the following contributors:
- Arovit Narula (`arovit <https://github.com/arovit>`__)
- lucasoshiro (`lucasoshiro <https://github.com/lucasoshiro>`__)
- M Pacer (`mpacer <https://github.com/mpacer>`__)
- Thomas Kluyver (`takluyver <https://github.com/takluyver>`__)
- Todd (`toddrme2178 <https://github.com/toddrme2178>`__)
- Yuvi Panda (`yuvipanda <https://github.com/yuvipanda>`__)
See the 5.6 milestone on GitHub for a complete list of
`pull requests <https://github.com/jupyter/notebook/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A5.6>`__ involved in this release.
.. _release-5.5.0:

Loading…
Cancel
Save