Skip to content

Commit

Permalink
Update changelog for #283
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnnyMorganz committed Sep 30, 2023
1 parent 75c0dc5 commit 3cfd988
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 @@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Flattened `Expression::Value` to all be variants of `Expression` directly, as this was not used anywhere else. The extra `type_assertion` field has been moved into a new variant `Expression::TypeAssertion`. None of these variants are boxed.
- The following fields/variants have been changed from `Expression` to `Box<Expression>`: `Prefix::Expression`, `Var::Expression`, `IfExpression::condition`, `IfExpression::if_expression`, `IfExpression::else_expression`.
- When using serde, `Expression` will no longer act untagged.
- Fixed parsing of string interpolation double brace for Luau code

## [0.18.1] - 2023-03-19
### Fixed
Expand Down

0 comments on commit 3cfd988

Please sign in to comment.