From ec8e607f742cbd0eda07e626c2b3beaa4312cbde Mon Sep 17 00:00:00 2001 From: chayaverma7 <79281244+chayaverma7@users.noreply.github.com> Date: Wed, 27 Oct 2021 22:03:56 +0530 Subject: [PATCH] Update CHANGELOG.md (#17499) * Update CHANGELOG.md ADS Oct 2021 Release * Update CHANGELOG.md Corrected the content for Oct Release * Update CHANGELOG.md --- CHANGELOG.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b67121260b..64126624c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,33 @@ # Change Log + ## Version 1.33.0 +* Release date: October 27, 2021 +* Release status: General Availability +## What's new in this version +* New Notebook Features: + * Notebook Views + * Split cell support + * Keyboard shortcuts for Markdown Toolbar Cells + * Ctrl/Cmd + B = Bold Text + * Ctrl/Cmd + I = Italicize Text + * Ctrl/Cmd + U = Underline Text + * Ctrl/Cmd + Shift + K = Add Code Block + * Ctrl/Cmd + Shift + H = Highlight Text + * Book improvements + * Add a new section + * Drag and Drop + +* Extension Updates: + * Import + * Langpacks + * Schema Compare + * Sql Database Projects + +* Bug Fixes + * Notebook linking improvements + * Horizontal Scrollbar improvement (when word wrap is off in MD Splitview / MD mode) in Notebooks + * Vertical Scrollbar improvement for MD Splitview in Notebooks + ## Version 1.32.0 * Release date: August 18, 2021 * Release status: General Availability