From adc98925782258dec080c53104abf5ebf0622f2d Mon Sep 17 00:00:00 2001 From: Sean McManus Date: Wed, 8 Jan 2020 15:58:10 -0800 Subject: [PATCH] Update changelog. (#4825) --- Extension/CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index 84d14c7e24..b3770606fe 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,5 +1,15 @@ # C/C++ for Visual Studio Code Change Log +## Version 0.26.3-insiders3: January 8, 2020 +### Bug Fixes +* Improve memory usage in projects with a large number of files. [#3326](https://github.com/microsoft/vscode-cpptools/issues/3326) +* Fix `compile_commands.json` prompt appearing when a configuration provider is used. [#3972](https://github.com/microsoft/vscode-cpptools/issues/3972) +* Improve IntelliSense performance with range-v3. [#4414](https://github.com/microsoft/vscode-cpptools/issues/4414) +* Fix regression crashes. [#3607](https://github.com/microsoft/vscode-cpptools/issues/3607), [#4770](https://github.com/microsoft/vscode-cpptools/issues/4770) +* Fix compiler querying with more than 40 `compilerArgs`. [#4791](https://github.com/microsoft/vscode-cpptools/issues/4791) +* Fix files being removed from the database on startup with a configuration provider. [#4802](https://github.com/microsoft/vscode-cpptools/issues/4802) +* Fix a bug that could cause the browse database threads to get stuck. + ## Version 0.26.3-insiders2: December 18, 2019 ### Bug Fixes * Fix IntelliSense regression crashes. [#4754](https://github.com/microsoft/vscode-cpptools/issues/4754)