Skip to content

Commit 327f619

Browse files
munificentCommit Queue
authored andcommitted
Fix subheader levels of formatter subheaders in CHANGELOG.
Change-Id: I63b47dbee428f1bab7e21b3b1245dd1940b9ec09 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/427325 Commit-Queue: Bob Nystrom <[email protected]> Reviewed-by: Nate Bosch <[email protected]> Commit-Queue: Nate Bosch <[email protected]> Auto-Submit: Bob Nystrom <[email protected]>
1 parent e7f373f commit 327f619

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ reports and made a number of fixes in response to that.
167167

168168
[tall style]: https://github.com/dart-lang/dart_style/issues/1253
169169

170-
### Features
170+
##### Features
171171

172172
Some users strongly prefer the old behavior where a trailing comma will be
173173
preserved by the formatter and force the surrounding construct to split. That
@@ -182,12 +182,12 @@ formatter:
182182
This is similar to how trailing commas work in the old short style formatter
183183
applied to code before language version 3.7.
184184
185-
### Bug fixes
185+
##### Bug fixes
186186
187187
* Don't add a trailing comma in lists that don't allow it, even when there is
188188
a trailing comment (#1639).
189189
190-
### Style changes
190+
##### Style changes
191191
192192
The following style changes are language versioned and only affect code whose
193193
language version is 3.8 or later. Dart code at 3.7 or earlier is formatted the

0 commit comments

Comments
 (0)