Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mptre committed Aug 9, 2022
1 parent dbe220b commit c28b5d9
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 3.0.0 - YYYY-MM-DD
# 3.0.0 - 2022-08-09

## Changes

Expand All @@ -10,18 +10,14 @@
(3f298c9)
(Anton Lindqvist)

- Improve handling of cdefs.h macros.
(836c2b9)
(Anton Lindqvist)

- Conditionally remove empty line in beginning of function implementation.
(3e95fe5)
(Anton Lindqvist)

## News

- Add support for usage of cdefs.h macros.
(2757635)
(2757635, 836c2b9)
(Anton Lindqvist)

- Add support for OpenSSL type macros such as STACK_OF.
Expand All @@ -38,27 +34,27 @@

## Bug fixes

- Fix alignment of variable declarations spanning multiple lines bug.
- Fix alignment of variable declarations spanning multiple lines.
(b3984fc)
(Anton Lindqvist)

- Break variable declarations spanning multiple lines even earlier.
(258ce60)
(Anton Lindqvist)

- Fix break of long expressions bug.
- Fix break of long expressions.
(c27db83, 40dedf7, 728f641, 67440df, a31dbf5)
(Anton Lindqvist)

- Move comment when moving braces.
- Move comment(s) when moving braces.
(b031d14)
(Anton Lindqvist)

- Fix multiple diff mode bugs.
(2ad115c, 3edecea, b9b470d, 10589bc, 5761b50)
(Anton Lindqvist)

- Never break before return expression.
- Never break before return expressions.
(c1e9cb1)
(Anton Lindqvist)

Expand Down

0 comments on commit c28b5d9

Please sign in to comment.