From 18596deffafde1664192cdf9cd8a57ea18d99a2e Mon Sep 17 00:00:00 2001 From: Min RK Date: Wed, 21 Dec 2016 21:08:26 +0100 Subject: [PATCH] Backport PR #2003: Add 4.3.1 to changelog Signed-off-by: Min RK --- docs/source/changelog.rst | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 77430106c..897963fa0 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -11,6 +11,29 @@ For more detailed information, see `GitHub 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 `__ +and `pull requests `__ involved in this release. + .. _release-4.3: 4.3