Skip to content

Commit ca427d3

Browse files
committed
Fix changelog
1 parent 686f3bf commit ca427d3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1818
- Improved formatting of function declarations. It will now properly take into account the amount of space left on the column width.
1919
- Improve formatting for assignments with expressions such as function calls. The whole assignment is now taken into account, so we can better determine whether to split the expression.
2020

21+
### Fixed
22+
- Fixed trailing whitespace remaining on the last item of a multiline table (which was expanded from a singleline one)
23+
2124
## [0.7.1] - 2021-04-19
2225
### Fixed
2326
- Fixed parentheses around a table being incorrectly removed leading to a syntax error, such as in `({}):foo()`
24-
- Fixed trailing whitespace remaining on the last item of a multiline table (which was expanded from a singleline one)
2527

2628
## [0.7.0] - 2021-04-13
2729
### Added

0 commit comments

Comments
 (0)