diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ac44f9b..f471d0fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ - `InlayHintKind.Other` is removed. +### Thank you + +Contributions to `monaco-editor`: + +- [@Dan1ve (Daniel Veihelmann)](https://github.com/Dan1ve): Make Vite sample code Firefox compatible [PR #2991](https://github.com/microsoft/monaco-editor/pull/2991) +- [@philipturner (Philip Turner)](https://github.com/philipturner): Add `@noDerivative` modifier to Swift [PR #2957](https://github.com/microsoft/monaco-editor/pull/2957) + ## [0.32.1] (04.02.2022) - fixes [an issue with service initialization](https://github.com/microsoft/monaco-editor/issues/2941).