Skip to content

Commit c9cd79b

Browse files
authored
Merge pull request #3915 from minrk/rel-5.7
prepare changelog for 5.7
2 parents 8b74d6d + 4f70dd0 commit c9cd79b

File tree

1 file changed

+61
-3
lines changed

1 file changed

+61
-3
lines changed

docs/source/changelog.rst

Lines changed: 61 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,71 @@ For more detailed information, see
1414

1515
.. we push for pip 9+ or it will break for Python 2 users when IPython 6 is out.
1616
17-
We strongly recommend that you upgrade to version 9+ of pip before upgrading ``notebook``.
17+
We strongly recommend that you upgrade pip to version 9+ of pip before upgrading ``notebook``.
1818

1919
.. tip::
2020

2121
Use ``pip install pip --upgrade`` to upgrade pip. Check pip version with
2222
``pip --version``.
23-
23+
24+
.. _release-5.7.0:
25+
26+
5.7.0
27+
-----
28+
29+
New features:
30+
31+
- Update to CodeMirror to 5.37, which includes f-string sytax for Python 3.6 (:ghpull:`3816`)
32+
- Update jquery-ui to 1.12 (:ghpull:`3836`)
33+
- Check Host header to more securely protect localhost deployments from DNS rebinding.
34+
This is a pre-emptive measure, not fixing a known vulnerability (:ghpull:`3766`).
35+
Use `.NotebookApp.allow_remote_access` and `.NotebookApp.local_hostnames` to configure
36+
access.
37+
- Allow access-control-allow-headers to be overridden (:ghpull:`3886`)
38+
- Allow configuring max_body_size and max_buffer_size (:ghpull:`3829`)
39+
- Allow configuring get_secure_cookie keyword-args (:ghpull:`3778`)
40+
- Respect nbconvert entrypoints as sources for exporters (:ghpull:`3879`)
41+
- Various improvements to documentation (:ghpull:`3799`, :ghpull:`3800`,
42+
:ghpull:`3806`, :ghpull:`3883`, :ghpull:`3908`)
43+
44+
Fixing problems:
45+
46+
- Fix breadcrumb link when running with a base url (:ghpull:`3905`)
47+
- Fix possible type error when closing activity stream (:ghpull:`3907`)
48+
- Disable metadata editing for non-editable celsl (:ghpull:`3744`)
49+
- Fix some styling and alignment of prompts caused by regressions in 5.6.0.
50+
- Enter causing page reload in shortcuts editor (:ghpull:`3871`)
51+
- Fix uploading to the same file twice (:ghpull:`3712`)
52+
53+
See the 5.7 milestone on GitHub for a complete list of
54+
`pull requests <https://github.com/jupyter/notebook/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A5.7>`__ involved in this release.
55+
56+
Thanks to the following contributors:
57+
58+
* Aaron Hall
59+
* Benjamin Ragan-Kelley
60+
* Bill Major
61+
* bxy007
62+
* Dave Aitken
63+
* Denis Ledoux
64+
* Félix-Antoine Fortin
65+
* Gabriel
66+
* Grant Nestor
67+
* Kevin Bates
68+
* Kristian Gregorius Hustad
69+
* M Pacer
70+
* Madicken Munk
71+
* Maitiu O Ciarain
72+
* Matthias Bussonnier
73+
* Michael Boyle
74+
* Michael Chirico
75+
* Mokkapati, Praneet(ES)
76+
* Peter Parente
77+
* Sally Wilsak
78+
* Steven Silvester
79+
* Thomas Kluyver
80+
* Walter Martin
81+
2482
.. _release-5.6.0:
2583

2684
5.6.0
@@ -50,7 +108,7 @@ Fixing problems:
50108
- Include LICENSE file in wheels (:ghpull:`3671`)
51109
- Don't show "0 active kernels" when starting the notebook (:ghpull:`3696`)
52110

53-
Testing:
111+
Testing:
54112

55113
- Add find replace test (:ghpull:`3630`)
56114
- Selenium test for deleting all cells (:ghpull:`3601`)

0 commit comments

Comments
 (0)