From 200b9e2ca6c79b4fe7b28c0f31ce8cb36515f34f Mon Sep 17 00:00:00 2001 From: "Bob Brown (DEVDIV)" Date: Thu, 3 Oct 2019 10:07:54 -0700 Subject: [PATCH] Update changelog for 0.26.0-insiders2 --- Extension/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index b18360a014..b9c71ebcfa 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,5 +1,9 @@ # C/C++ for Visual Studio Code Change Log +## Version 0.26.0-insiders2: October 3, 2019 +### Bug Fixes +* Fixed crash in document outline causing the extension to shut down. [#4375](https://github.com/microsoft/vscode-cpptools/issues/4375) + ## Version 0.26.0-insiders: October 1, 2019 ### New Features * Add localization support (translated text) via `Configure Display Language`. [#7](https://github.com/microsoft/vscode-cpptools/issues/7)