Skip to content

Commit

Permalink
Merge pull request #582 from domoritz/patch-1
Browse files Browse the repository at this point in the history
Fix code in changelog
  • Loading branch information
alexdima committed Mar 13, 2018
2 parents b734cea + bfcf32f commit 408862b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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.
Expand Down

0 comments on commit 408862b

Please sign in to comment.