Browse Source

Includes "thnak you" section in changelog.

Henning Dieterichs 3 years ago
parent
commit
4b1abad427
1 changed files with 7 additions and 0 deletions
  1. 7 0
      CHANGELOG.md

+ 7 - 0
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).