Skip to content

Commit 957b0ab

Browse files
authored
Merge pull request #3269 from takluyver/changelog-5.4
Update changelog for 5.4
2 parents 24ede9f + c14b94b commit 957b0ab

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

docs/source/changelog.rst

+39
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
Use ``pip install pip --upgrade`` to upgrade pip. Check pip version with
2121
``pip --version``.
2222

23+
.. _release-5.4:
24+
25+
5.4
26+
---
27+
28+
- Fix creating files and folders after navigating directories in the dashboard
29+
(:ghpull:`3264`).
30+
- Enable printing notebooks in colour, removing the CSS that made everything
31+
black and white (:ghpull:`3212`).
32+
- Limit the completion options displayed in the notebook to 1000, to avoid
33+
performance issues with very long lists (:ghpull:`3195`).
34+
- Accessibility improvements in ``tree.html`` (:ghpull:`3271`).
35+
- Added alt-text to the kernel logo image in the notebook UI (:ghpull:`3228`).
36+
- Added a test on Travis CI to flag if symlinks are accidentally introduced
37+
in the future. This should prevent the issue that necessitated
38+
:ref:`release-5.3.1` (:ghpull:`3227`).
39+
- Use lowercase letters for random IDs generated in our Javascript
40+
(:ghpull:`3264`).
41+
- Removed duplicate code setting ``TextCell.notebook`` (:ghpull:`3256`).
42+
43+
Thanks to the following contributors:
44+
45+
- Alex Soderman (`asoderman <https://github.com/asoderman>`__)
46+
- Matthias Bussonnier (`Carreau <https://github.com/Carreau>`__)
47+
- Min RK (`minrk <https://github.com/minrk>`__)
48+
- Nitesh Sawant (`ns23 <https://github.com/ns23>`__)
49+
- Thomas Kluyver (`takluyver <https://github.com/takluyver>`__)
50+
- Yuvi Panda (`yuvipanda <https://github.com/yuvipanda>`__)
51+
52+
See the 5.4 milestone on GitHub for a complete list of
53+
`pull requests <https://github.com/jupyter/notebook/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A5.4>`__ involved in this release.
54+
55+
.. _release-5.3.1:
56+
57+
5.3.1
58+
-----
59+
60+
Replaced a symlink in the repository with a copy, to fix issues installing
61+
on Windows (:ghpull:`3220`).
2362

2463
.. _release-5.3.0:
2564

0 commit comments

Comments
 (0)