Updates changelog in preparation for the 0.25.1 release.

This commit is contained in:
Henning Dieterichs 2021-06-15 10:10:00 +02:00
parent 354a9ab899
commit cb4199a26d
No known key found for this signature in database
GPG key ID: 771381EFFDB9EC06

View file

@ -1,7 +1,10 @@
# Monaco Editor Changelog
## [0.25.0] (11.06.2021)
## [0.25.1] (15.06.2021)
* fixes that [`registerHTMLLanguageService` is not available in the AMD version of the monaco-html contribution](https://github.com/microsoft/monaco-editor/issues/2525).
## [0.25.0] (11.06.2021)
* added a new feature `inlineSuggest` that features a provider api and new settings.
* added `suggest.preview` to toggle previewing the selected suggest item.
* added `suggest.showDeprecated`