Skip to content

Commit 7230cf3

Browse files
authored
Fix placement in changelog (#7956)
1 parent 4c3b402 commit 7230cf3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Extension/CHANGELOG.md

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

3-
## Version 1.5.1: July 9, 2021
4-
### Bug Fixes
5-
* cppvsdbg Debugging becomes no-op between 1.4.1 and 1.5.0 [#7808](https://github.com/microsoft/vscode-cpptools/issues/7808)
6-
73
## Version 1.6.0-insiders: August 12, 2021
84
### New Feature
95
* Added support for standard `.editorconfig` entries when using vcFormat. [#7920](https://github.com/microsoft/vscode-cpptools/issues/7920)
@@ -32,6 +28,10 @@
3228
* Fix an issue with support detection on Android. [#7906](https://github.com/microsoft/vscode-cpptools/issues/7906)
3329
* Fix a bug with handling of `"C_Cpp.vcFormat.newLine.beforeOpenBrace.block": "newLine"`. [#7926](https://github.com/microsoft/vscode-cpptools/issues/7926)
3430

31+
## Version 1.5.1: July 9, 2021
32+
### Bug Fixes
33+
* cppvsdbg Debugging becomes no-op between 1.4.1 and 1.5.0 [#7808](https://github.com/microsoft/vscode-cpptools/issues/7808)
34+
3535
## Version 1.5.0: July 8, 2021
3636
### New Feature
3737
* Add the "Inline macro" code action. [#4183](https://github.com/microsoft/vscode-cpptools/issues/4183)

0 commit comments

Comments
 (0)