Skip to content

Commit ecfe50b

Browse files
committed
Update changelog for 1.4.1. (#7657)
* Update changelog for 1.4.1.
1 parent 623029c commit ecfe50b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Extension/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# C/C++ for Visual Studio Code Change Log
22

3+
## Version 1.4.1: June 8, 2021
4+
* Fix the configuration UI sometimes not populating initially with VS Code 1.56 or later. [#7641](https://github.com/microsoft/vscode-cpptools/issues/7641)
5+
36
## Version 1.4.0: May 27, 2021
47
### New Features
58
* Add a C++ walkthrough to the "Getting Started" page. [#7273](https://github.com/microsoft/vscode-cpptools/issues/7273)

Extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "cpptools",
33
"displayName": "C/C++",
44
"description": "C/C++ IntelliSense, debugging, and code browsing.",
5-
"version": "1.4.0-main",
5+
"version": "1.4.1-main",
66
"publisher": "ms-vscode",
77
"icon": "LanguageCCPP_color_128x.png",
88
"readme": "README.md",

0 commit comments

Comments
 (0)