Skip to content

Commit 42d9667

Browse files
authored
Merge pull request #2938 from gnestor/changelog
Update changelog
2 parents 95a52f2 + de1be56 commit 42d9667

File tree

1 file changed

+32
-11
lines changed

1 file changed

+32
-11
lines changed

docs/source/changelog.rst

Lines changed: 32 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,38 @@ We strongly recommend that you upgrade to version 9+ of pip before upgrading ``n
2626
5.2.0
2727
-----
2828

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`).
29+
- Add 5.2.0 to changelog (:ghpull:`2930`).
30+
- Allow setting token via jupyter_token env (:ghpull:`2921`).
31+
- Fix some errors caused by raising 403 in get_current_user (:ghpull:`2919`).
32+
- Register contents_manager.files_handler_class directly (:ghpull:`2917`).
33+
- Update viewable_extensions (:ghpull:`2913`).
34+
- Show edit shortcuts modal after shortcuts modal is hidden (:ghpull:`2912`).
35+
- Improve edit/view behavior (:ghpull:`2911`).
36+
- The root directory of the notebook server should never be hidden (:ghpull:`2907`).
37+
- Fix notebook require config to match tools/build-main (:ghpull:`2888`).
38+
- Give page constructor default arguments (:ghpull:`2887`).
39+
- Fix codemirror.less to match codemirror\'s expected padding layout (:ghpull:`2880`).
40+
- Add x-xsrftoken to access-control-allow-headers (:ghpull:`2876`).
41+
- Buffer messages when websocket connection is interrupted (:ghpull:`2871`).
42+
- Load locale dynamically only when not en-us (:ghpull:`2866`).
43+
- Changed key strength to 2048 bits (:ghpull:`2861`).
44+
- Resync jsversion with python version (:ghpull:`2860`).
45+
- Allow copy operation on modified, read-only notebook (:ghpull:`2854`).
46+
- Update error handling on apihandlers (:ghpull:`2853`).
47+
- Test python 3.6 on travis, drop 3.3 (:ghpull:`2852`).
48+
- Avoid base64-literals in image tests (:ghpull:`2851`).
49+
- Upgrade xterm.js to 2.9.2 (:ghpull:`2849`).
50+
- Changed all python variables named file to file_name to not override built_in file (:ghpull:`2830`).
51+
- Add more doc tests (:ghpull:`2823`).
52+
- Typos fix (:ghpull:`2815`).
53+
- Rename and update license [ci skip] (:ghpull:`2810`).
54+
- Travis builds doc (:ghpull:`2808`).
55+
- Pull request i18n (:ghpull:`2804`).
56+
- Factor out output_prompt_function, as is done with input prompt (:ghpull:`2774`).
57+
- Use rfc5987 encoding for filenames (:ghpull:`2767`).
58+
- Added path to the resources metadata, the same as in from_filename(...) in nbconvert.exporters.py (:ghpull:`2753`).
59+
- Make "extrakeys" consistent for notebook and editor (:ghpull:`2745`).
60+
- Bidi support (:ghpull:`2357`).
4061

4162
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!
4263

0 commit comments

Comments
 (0)