diff --git a/CHANGELOG.md b/CHANGELOG.md index baaf5d26..0881c45f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Monaco Editor Changelog +## [0.21.3] (18.01.2021) + +Fixes a regression in suggestions where the browser clipboard API would be accessed by incomplete suggestion lists (see https://github.com/microsoft/vscode/commit/96d61842bae1e5dd11f9ff6139fad9e3e5141401). + ## [0.21.2] (27.09.2020) Fixes [a regression in monaco-css](https://github.com/microsoft/monaco-editor/issues/2158).