Skip to content

Commit 61f4002

Browse files
committed
Add 5.2.0 to changelog
1 parent dd8b695 commit 61f4002

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

docs/source/changelog.rst

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

2323

24+
.. _release-5.2.0:
25+
26+
5.2.0
27+
-----
28+
29+
- Make all files in the dashboard editable by default and provide a whitelist of viewable file extensions (:ghpull:`2911`).
30+
- Ensure that the root directory is not hidden (:ghpull:`2907`).
31+
- Fix CodeMirror styling issue (:ghpull:`2880`).
32+
- Update error handling on ``APIHandlers`` (:ghpull:`2853`).
33+
- Upgrade xterm.js to 2.9.2 (:ghpull:`2849`).
34+
- Add Chinese translations (depends on upcoming UI implementation) (:ghpull:`2804`).
35+
- Allow for simpler customization of ``output_prompt`` in custom.js (:ghpull:`2774`).
36+
- Use RFC5987 encoding for filenames (:ghpull:`2767`).
37+
- Add path to the resources metadata (:ghpull:`2753`).
38+
- Make ``extraKeys`` consistent between notebook and editor views (:ghpull:`2745`).
39+
- Add RTL (right-to-left) support (:ghpull:`2357`).
40+
41+
Special thanks to `samarsultan <https://github.com/samarsultan>`__ and the Arabic Competence and Globalization Center Team at IBM Egypt for adding RTL (right-to-left) support to the notebook!
42+
43+
See the 5.2 milestone on GitHub for a complete list of
44+
`issues <https://github.com/jupyter/notebook/issues?utf8=%E2%9C%93&q=is%3Aissue%20milestone%3A5.2>`__
45+
and `pull requests <https://github.com/jupyter/notebook/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A5.2>`__ involved in this release.
46+
2447
.. _release-5.1.0:
2548

2649
5.1.0

0 commit comments

Comments
 (0)