From 5959399e4aaefe106110f0c4ec05b452392a1ba1 Mon Sep 17 00:00:00 2001 From: Anton Kosyakov Date: Thu, 13 Aug 2020 07:39:23 +0000 Subject: [PATCH] fix CHANGELOG rendering on GitHub Signed-off-by: Anton Kosyakov --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad5d637cdc00c..dbaef69b3763b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -30,7 +30,7 @@ - [[user-storage]](#1.5.0_root_user_storage_uri) settings URI must start with `/user` root to satisfy expectations of `FileService` []() - If you implement a custom user storage make sure to check old relative locations, otherwise it can cause user data loss. - + - [[electron]](#1_5_0_electron_window_options_ipc) Removed the `set-window-options` and `get-persisted-window-options-additions` Electron IPC handlers from the Electron Main process. - [[monaco]](#1.5.0_non_blocking_bulk_edit) `MonacoWorkspace.applyBulkEdit` does not open any editors anymore to avoid blocking [#8329](https://github.com/eclipse-theia/theia/pull/8329)