From 5fd4cbe0bdafc342dc96fcfec9c2fe547c00db03 Mon Sep 17 00:00:00 2001 From: msivasubramaniaan Date: Mon, 20 Mar 2023 12:57:11 +0530 Subject: [PATCH] changelog updated for release 1.12.2 Signed-off-by: msivasubramaniaan --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ef4cee3..45f38d62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### 1.12.2 +- Add: Enable telemetry in Web extension [#903](https://github.com/redhat-developer/vscode-yaml/pull/903) +- Fix: Extension crashing remote extensions host Error: ENOENT: no such file or directory, lstat 'tasks' [#904](https://github.com/redhat-developer/vscode-yaml/issues/904) ### 1.12.1 - Fix: Completion Value with dash [#832](https://github.com/redhat-developer/yaml-language-server/pull/832) - Add: Enforce alphabetical ordering of keys in mappings and provide codeaction to fix it. [#839](https://github.com/redhat-developer/yaml-language-server/pull/839)