Further clarifications (for #761)

This commit is contained in:
Alex Dima 2018-03-15 11:28:13 +01:00
parent 9ebb2999b7
commit 1004677023

View file

@ -14,6 +14,7 @@
### Breaking changes
* Replaced `MarkedString` with `IMarkdownString`. Source code snippets can be expressed using the GH markdown syntax.
* Renamed `IResourceEdit` to `ResourceTextEdit`.
### API changes
* Merged `IModel`, `IReadOnlyModel`, `IEditableTextModel`, `ITextModelWithMarkers`, `ITokenizedModel`, `ITextModelWithDecorations` to `ITextModel`. A type alias for `IModel` is defined for compatibility.