Skip to content

Commit 3b1d030

Browse files
committed
update release notes
1 parent 7348776 commit 3b1d030

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

clang/docs/ReleaseNotes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,8 @@ clang-format
674674
- Adds ``AlignFunctionDeclarations`` option to ``AlignConsecutiveDeclarations``.
675675
- Adds ``IndentOnly`` suboption to ``ReflowComments`` to fix the indentation of multi-line comments
676676
without touching their contents, renames ``false`` to ``Never``, and ``true`` to ``Always``.
677+
- Adds ``MaxSingleLinesInBracedList`` option to control the limit on how many
678+
single lines to use when avoiding bin packing with braced list initializers.
677679

678680
libclang
679681
--------

0 commit comments

Comments
 (0)