diff --git a/CHANGELOG.md b/CHANGELOG.md index bfade1a9..123f11d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`: `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