Browse Source

Further clarifications (for #761)

Alex Dima 7 năm trước cách đây
mục cha
commit
1004677023
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      CHANGELOG.md

+ 1 - 0
CHANGELOG.md

@@ -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.