Skip to content

Commit

Permalink
Backport PR #2003: Add 4.3.1 to changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Min RK <benjaminrk@gmail.com>
  • Loading branch information
minrk committed Dec 21, 2016
1 parent 8e3cc4e commit 18596de
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,29 @@ For more detailed information, see `GitHub <https://github.com/jupyter/notebook>
Use ``pip install notebook --upgrade`` or ``conda upgrade notebook`` to
upgrade to the latest release.

.. _release-4.3.1:

4.3.1
-----

4.3.1 is a patch release with a security patch, a couple bug fixes, and improvements to the newly-released token authentication.

Bug fixes:

- Fix carriage return handling
- Make the font size more robust against fickle brow
- Ignore resize events that bubbled up and didn't come from window

Other improvements:

- Better docs for token-based authentication
- Further highlight token info in log output when autogenerated
- Add Authorization to allowed CORS headers

See the 4.3 milestone on GitHub for a complete list of
`issues <https://github.com/jupyter/notebook/issues?utf8=%E2%9C%93&q=is%3Aissue%20milestone%3A4.3.1%20>`__
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.

.. _release-4.3:

4.3
Expand Down

0 comments on commit 18596de

Please sign in to comment.