From df956562f43c49f8139b6e4a1891937fea573855 Mon Sep 17 00:00:00 2001 From: Abhishar Sinha <24841841+abhisharsinha@users.noreply.github.com> Date: Fri, 10 Dec 2021 23:55:46 +0530 Subject: [PATCH] Added breaking changes from #10529 Deprecated method `activateTerminal` was removed. --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index db45ccf102be6..7c51133178064 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -21,6 +21,7 @@ - add `isSafeToShutDown()` - replaces `canUnload()`. - add `setSafeToShutDown()` - ensures that next close event will not be prevented. - add `reload()` - to allow different handling in Electron and browser. +- [terminal] removed deprecated `activateTerminal` method. Use `open` instead. [#10529](https://github.com/eclipse-theia/theia/pull/10529) ## v1.20.0 - 11/25/2021