Fix code in changelog

This commit is contained in:
Dominik Moritz 2017-09-12 10:02:14 -07:00 committed by GitHub
parent 4930b6aff5
commit bfcf32fde0

View file

@ -4,7 +4,7 @@
### Breaking changes
* Removed `CodeAction`.
* Method `provideCodeActions` in `CodeActionProvider` now returns `Command[] | Thenable<Command[]` instead of `CodeAction[] | Thenable<CodeAction[]>`, which is already removed.
* Method `provideCodeActions` in `CodeActionProvider` now returns `Command[] | Thenable<Command[]>` instead of `CodeAction[] | Thenable<CodeAction[]>`, which is already removed.
### API changes
* added `monaco.editor.getModelMarkers`. Get markers for owner and/or resource.