From 153e232f2d993ea862958fb7513725a9afd49105 Mon Sep 17 00:00:00 2001 From: Colen Garoutte-Carson <49173979+Colengms@users.noreply.github.com> Date: Tue, 19 Mar 2024 16:15:31 -0700 Subject: [PATCH] Update changelog for 1.19.9 again (#12122) --- Extension/CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Extension/CHANGELOG.md b/Extension/CHANGELOG.md index bcc4b170d7..39cec94c4d 100644 --- a/Extension/CHANGELOG.md +++ b/Extension/CHANGELOG.md @@ -1,8 +1,10 @@ # C/C++ for Visual Studio Code Changelog -## Version 1.19.9: March 19, 2024 +## Version 1.19.9: March 20, 2024 ### Bug Fixes * Fix an issue with Cygwin system headers not being properly detected. [#12113](https://github.com/microsoft/vscode-cpptools/issues/12113) +* Fix a crash in cpptools-srv when low on memory. [#12121](https://github.com/microsoft/vscode-cpptools/issues/12121) +* Fix an issue preventing cpptools-srv from being relaunched after a crash. ## Version 1.19.8: March 13, 2024 ### Bug Fixes