Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mptre committed Oct 15, 2023
1 parent e70ed88 commit c85030e
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 4.3.0 - YYYY-MM-DD
# 4.3.0 - 2023-10-15

## News

Expand Down Expand Up @@ -26,6 +26,22 @@
(92d38a4)
(Anton Lindqvist)

- Improve mimicking of clang-format alignment for statement expressions.
(d2534fe)
(Anton Lindqvist)

- Improve detection of loop statements hidden behind cpp macros.
(2ea9d12)
(Anton Lindqvist)

- Add line context to error messages.
(3d072e1)
(Anton Lindqvist)

- Improve handling of cpp macros in inline asm operands.
(9aa415d)
(Anton Lindqvist)

## Bug fixes

- In simple mode, do not remove braces around semicolon statement as such code
Expand Down

0 comments on commit c85030e

Please sign in to comment.