Skip to content

Commit 39d20d8

Browse files
Automated Changelog Entry for 6.4.0 on master (#6059)
* Automated Changelog Entry for 6.4.0 on master * Clean up * Add 6061 entry * Update end commit hash Co-authored-by: GitHub Action <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 80eb286 commit 39d20d8

File tree

1 file changed

+8
-18
lines changed

1 file changed

+8
-18
lines changed

CHANGELOG.md

Lines changed: 8 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,27 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
1414

1515
<!-- <START NEW CHANGELOG ENTRY> -->
1616

17-
## 6.4.0rc0
17+
## 6.4.0
1818

19-
([Full Changelog](https://github.com/jupyter/notebook/compare/6.3.0...c19323de9ac56b2e0d075a3e6070be57ee63c194))
19+
([Full Changelog](https://github.com/jupyter/notebook/compare/6.3.0...80eb286f316838afc76a9a84b06f54e7dccb6c86))
2020

2121
### Bugs fixed
2222

2323
- Fix Handling of Encoded Paths in Save As Dialog [#6030](https://github.com/jupyter/notebook/pull/6030) ([@afshin](https://github.com/afshin))
2424
- Fix: split_cell doesn't always split cell [#6017](https://github.com/jupyter/notebook/pull/6017) ([@gamestrRUS](https://github.com/gamestrRUS))
25+
- Correct 'Content-Type' headers [#6026](https://github.com/jupyter/notebook/pull/6026) ([@faucct](https://github.com/faucct))
26+
- Fix skipped tests & remove deprecation warnings [#6018](https://github.com/jupyter/notebook/pull/6018) ([@befeleme](https://github.com/befeleme))
27+
- [Gateway] Track only this server's kernels [#5980](https://github.com/jupyter/notebook/pull/5980) ([@kevin-bates](https://github.com/kevin-bates))
28+
- Bind the HTTPServer in start [#6061](https://github.com/jupyter/notebook/pull/6061)
2529

2630
### Maintenance and upkeep improvements
2731

2832
- Revert "do not apply asyncio patch for tornado >=6.1" [#6052](https://github.com/jupyter/notebook/pull/6052) ([@minrk](https://github.com/minrk))
2933
- Use Jupyter Releaser [#6048](https://github.com/jupyter/notebook/pull/6048) ([@afshin](https://github.com/afshin))
3034
- Add Workflow Permissions for Lock Bot [#6042](https://github.com/jupyter/notebook/pull/6042) ([@jtpio](https://github.com/jtpio))
3135
- Fixes related to the recent changes in the documentation [#6021](https://github.com/jupyter/notebook/pull/6021) ([@frenzymadness](https://github.com/frenzymadness))
36+
- Add maths checks in CSS reference test [#6035](https://github.com/jupyter/notebook/pull/6035) ([@stef4k](https://github.com/stef4k))
37+
- Add Issue Lock and Answered Bots [#6019](https://github.com/jupyter/notebook/pull/6019) ([@afshin](https://github.com/afshin))
3238

3339
### Documentation improvements
3440

@@ -37,14 +43,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
3743
- Fixes related to the recent changes in the documentation [#6021](https://github.com/jupyter/notebook/pull/6021) ([@frenzymadness](https://github.com/frenzymadness))
3844
- Fix readthedocs environment [#6020](https://github.com/jupyter/notebook/pull/6020) ([@blink1073](https://github.com/blink1073))
3945

40-
### Other merged PRs
41-
42-
- Add maths checks in CSS reference test [#6035](https://github.com/jupyter/notebook/pull/6035) ([@stef4k](https://github.com/stef4k))
43-
- Correct 'Content-Type' headers [#6026](https://github.com/jupyter/notebook/pull/6026) ([@faucct](https://github.com/faucct))
44-
- Add Issue Lock and Answered Bots [#6019](https://github.com/jupyter/notebook/pull/6019) ([@afshin](https://github.com/afshin))
45-
- Fix skipped tests & remove deprecation warnings [#6018](https://github.com/jupyter/notebook/pull/6018) ([@befeleme](https://github.com/befeleme))
46-
- [Gateway] Track only this server's kernels [#5980](https://github.com/jupyter/notebook/pull/5980) ([@kevin-bates](https://github.com/kevin-bates))
47-
4846
### Contributors to this release
4947

5048
([GitHub contributors page for this release](https://github.com/jupyter/notebook/graphs/contributors?from=2021-03-22&to=2021-05-12&type=c))
@@ -53,14 +51,6 @@ Use `pip install pip --upgrade` to upgrade pip. Check pip version with
5351

5452
<!-- <END NEW CHANGELOG ENTRY> -->
5553

56-
## 6.4.0a1
57-
58-
No merged PRs
59-
60-
## 6.4.0a0
61-
62-
No merged PRs
63-
6454
## 6.3.0
6555

6656
### Merged PRs

0 commit comments

Comments
 (0)