Skip to content

Commit

Permalink
More changelog fixing
Browse files Browse the repository at this point in the history
  • Loading branch information
Kampfkarren committed Jan 20, 2024
1 parent a83708c commit 158c6cf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- **[BREAKING CHANGE]** Removed `UnOp::precedence`, as unary operators do not traditionally use precedence in the same way binary operators do.
- Removed `stacker` feature flag, as rewrites to the parser should make it unnecessary.

### Fixed
- Fixed parsing of string interpolation double brace for Luau code
- Fixed failure to parse `\z` escapes in strings in Luau mode

## [0.19.0] - 2023-11-10
### Added
- Added support for parsing Luau's floor division `//`
Expand All @@ -37,6 +33,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- When using serde, `Expression` will no longer act untagged.

### Fixed
- Fixed parsing of string interpolation double brace for Luau code
- Fixed failure to parse `\z` escapes in strings in Luau mode

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

0 comments on commit 158c6cf

Please sign in to comment.