瀏覽代碼

Merge pull request #3022 from CodinGame/fix-missing-changelog-entries-v0.33

Add missing changelog entries
Henning Dieterichs 3 年之前
父節點
當前提交
55edb3fc58
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      CHANGELOG.md

+ 3 - 0
CHANGELOG.md

@@ -2,6 +2,9 @@
 
 ## [0.33.0]
 
+- The first parameter of all `monaco.languages.register*Provider` functions has changed to take a `DocumentSelector` instead of a single `languageId`
+- The `Environment.getWorker` function can now return a `Promise`
+
 ### Breaking Changes
 
 - `InlayHintKind.Other` is removed.