diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f097fc3..fe57399f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ * Renamed `onCompositionStart`, `onCompositionEnd` to `onDidCompositionStart`, `onDidCompositionEnd` * Changed the argument passed in to `onDidPaste` * `WorkspaceEdit.edits` has now changed its shape such that edits must no longer be grouped by resource. +* The Monaco Editor no longer supports IE 11. The last version that was tested in IE 11 is 0.18.1. ### Thank you @@ -80,6 +81,7 @@ Contributions to `monaco-languages`: ### Breaking changes * `getConfiguration()` is replaced by `getRawOptions()`, which returns the passed in editor options. +* Starting with this version, the Monaco Editor no longer supports IE 11. The last version that was tested in IE 11 is 0.18.1. ### Thank you diff --git a/README.md b/README.md index 214eac1c..64556256 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ No. ❓ **What about IE 11 support?** -* The Monaco Editor no longer supports IE 11. The last version that was tested on IE 11 is `0.14.0`. +* The Monaco Editor no longer supports IE 11. The last version that was tested on IE 11 is `0.18.1`. ## Development setup