Skip to content

Commit

Permalink
Update CHANGELOG
Browse files Browse the repository at this point in the history
Missed in #326
  • Loading branch information
JohnnyMorganz committed Jan 1, 2022
1 parent 8d3c7df commit 3ee5b61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed comments preceding a comma within a function call or parameter list for a function definition being mistransformed leading to a syntax error. ([#307](https://github.com/JohnnyMorganz/StyLua/issues/307))
- Fixed IfExpression having abnormal leading whitespace under the `luau` feature flag. ([#315](https://github.com/JohnnyMorganz/StyLua/issues/315))
- Fixed incorrect handling of comments in unusual places within a table causing mistransformations leading to syntax errors. ([#318](https://github.com/JohnnyMorganz/StyLua/issues/318))

## [0.11.2] - 2021-11-15
### Fixed
Expand Down

0 comments on commit 3ee5b61

Please sign in to comment.