From 3cfd988250fa6712e7edab55e69dd83bc4cb7066 Mon Sep 17 00:00:00 2001 From: JohnnyMorganz Date: Sat, 30 Sep 2023 15:28:37 +0200 Subject: [PATCH] Update changelog for #283 --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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