From f64b5102d6d627f387362f7a8ea29fe2e6bc6516 Mon Sep 17 00:00:00 2001 From: msivasubramaniaan Date: Mon, 29 Aug 2022 15:10:19 +0530 Subject: [PATCH] release 1.10.0 --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d668e83..d5a68590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### 1.10.0 +- Fix: TypeError: i.startsWith is not a function [#747](https://github.com/redhat-developer/yaml-language-server/issues/747) +- Fix: fix: autocomplete indent on object within an array [#751](https://github.com/redhat-developer/yaml-language-server/pull/751) +- Add: Yaml style linting to forbid flow style [#753](https://github.com/redhat-developer/yaml-language-server/pull/753) +- Fix: enum validation [#803](https://github.com/redhat-developer/vscode-yaml/issues/803) +- Fix: autocompletion problem when value is null inside anyOf object [#684](https://github.com/redhat-developer/yaml-language-server/issues/684) +- Fix: indentation with extra spaces after cursor. [#764](https://github.com/redhat-developer/yaml-language-server/pull/764) + +Thanks to Rickcowan ### 1.9.1 - Main Release ### 1.9.0