From 461acd159c337bebb18ae377d3303e1d820fc54f Mon Sep 17 00:00:00 2001 From: Alexandru Dima Date: Mon, 18 Jan 2021 13:47:09 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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).