Skip to content

Commit 18596de

Browse files
committed
Backport PR #2003: Add 4.3.1 to changelog
Signed-off-by: Min RK <[email protected]>
1 parent 8e3cc4e commit 18596de

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
@@ -11,6 +11,29 @@ For more detailed information, see `GitHub <https://github.com/jupyter/notebook>
1111
Use ``pip install notebook --upgrade`` or ``conda upgrade notebook`` to
1212
upgrade to the latest release.
1313

14+
.. _release-4.3.1:
15+
16+
4.3.1
17+
-----
18+
19+
4.3.1 is a patch release with a security patch, a couple bug fixes, and improvements to the newly-released token authentication.
20+
21+
Bug fixes:
22+
23+
- Fix carriage return handling
24+
- Make the font size more robust against fickle brow
25+
- Ignore resize events that bubbled up and didn't come from window
26+
27+
Other improvements:
28+
29+
- Better docs for token-based authentication
30+
- Further highlight token info in log output when autogenerated
31+
- Add Authorization to allowed CORS headers
32+
33+
See the 4.3 milestone on GitHub for a complete list of
34+
`issues <https://github.com/jupyter/notebook/issues?utf8=%E2%9C%93&q=is%3Aissue%20milestone%3A4.3.1%20>`__
35+
and `pull requests <https://github.com/jupyter/notebook/pulls?utf8=%E2%9C%93&q=is%3Apr%20milestone%3A4.3.1%20>`__ involved in this release.
36+
1437
.. _release-4.3:
1538

1639
4.3

0 commit comments

Comments
 (0)