From 9fe2b8f2d5eb2ab0d3dec5d3f6df4d570ed308d7 Mon Sep 17 00:00:00 2001 From: Roman Nikitenko Date: Wed, 15 Dec 2021 22:41:42 +0200 Subject: [PATCH] changelog: fix changelog for v1.19.0 Signed-off-by: Roman Nikitenko --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a664fab93136b..d8e3943541246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -126,7 +126,7 @@ - renamed `createMenuBar` to `createElectronMenuBar` - [output] moved `output-channel` from `common` to `browser` [#10154](https://github.com/eclipse-theia/theia/pull/10154) - [output] moved `output-preferences` from `common` to `browser` [#10154](https://github.com/eclipse-theia/theia/pull/10154) -- [ovsx-client] removed `fetchJson` method from `OVSXClient` [#10325](https://github.com/eclipse-theia/theia/pull/10325) +- [ovsx-client] removed `postJson` method from `OVSXClient` [#10325](https://github.com/eclipse-theia/theia/pull/10325) - [plugin] removed unnecessary function `getCaption` [#10253](https://github.com/eclipse-theia/theia/pull/10253) - [view-container] updated the `ViewContainerPart` constructor to take two new parameters: `originalContainerId` and `originalContainerTitle` [#9644](https://github.com/eclipse-theia/theia/pull/9644) - the existing `viewContainerId` parameter has been renamed to `currentContainerId` to enable drag & drop views.