Skip to content

Commit fcc5b0f

Browse files
authored
Merge pull request #2723 from gnestor/5.1
Add 5.1.0 to changelog
2 parents 823e447 + 1f17282 commit fcc5b0f

File tree

1 file changed

+28
-2
lines changed

1 file changed

+28
-2
lines changed

docs/source/changelog.rst

Lines changed: 28 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,36 @@ We strongly recommend that you upgrade to version 9+ of pip before upgrading ``n
2121
``pip --version``.
2222

2323

24+
.. _release-5.1.0:
25+
26+
5.1.0
27+
-----
28+
29+
- Preliminary i18n implementation (:ghpull:`2140`).
30+
- Expose URL with auth token in notebook UI (:ghpull:`2666`).
31+
- Fix search background style (:ghpull:`2387`).
32+
- List running notebooks without requiring ``--allow-root`` (:ghpull:`2421`).
33+
- Allow session of type other than notebook (:ghpull:`2559`).
34+
- Fix search background style (:ghpull:`2387`).
35+
- Fix some Markdown styling issues (:ghpull:`2571`), (:ghpull:`2691`) and (:ghpull:`2534`).
36+
- Remove keymaps that conflict with non-English keyboards (:ghpull:`2535`).
37+
- Add session-specific favicons (notebook, terminal, file) (:ghpull:`2452`).
38+
- Add /api/shutdown handler (:ghpull:`2507`).
39+
- Include metadata when copying a cell (:ghpull:`2349`).
40+
- Stop notebook server from command line (:ghpull:`2388`).
41+
- Improve "View" and "Edit" file handling in dashboard (:ghpull:`2449`) and (:ghpull:`2402`).
42+
- Provide a promise to replace use of the ``app_initialized.NotebookApp`` event (:ghpull:`2710`).
43+
- Fix disabled collapse/expand output button (:ghpull:`2681`).
44+
- Cull idle kernels using ``--MappingKernelManager.cull_idle_timeout`` (:ghpull:`2215`).
45+
46+
See the 5.1 milestone on GitHub for a complete list of
47+
`issues <https://github.com/jupyter/notebook/issues?utf8=%E2%9C%93&q=is%3Aissue%20milestone%3A5.1>`__
48+
and `pull requests <https://github.com/jupyter/notebook/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A5.1>`__ involved in this release.
49+
2450
.. _release-5.0.0:
2551

26-
Notebook version 5.0
27-
--------------------
52+
5.0.0
53+
-----
2854

2955
This is the first major release of the Jupyter Notebook since version 4.0 was
3056
created by the "Big Split" of IPython and Jupyter.

0 commit comments

Comments
 (0)