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

Add missing changelog entries
This commit is contained in:
Henning Dieterichs 2022-04-04 10:38:00 +02:00 committed by GitHub
commit 55edb3fc58
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.