Skip to content

Commit

Permalink
Update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
GGG-KILLER committed Mar 10, 2024
1 parent c9cae5c commit ea0f8fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Fixed
- Fixed `LuaSyntaxOptions.AcceptInvalidEscapes` not suppressing errors in cases where `LuaSyntaxOptions.{AcceptWhitespaceEscape,AcceptHexEscapesInStrings,AcceptUnicodeEscape}` were `false` by @TheGreatSageEqualToHeaven in https://github.com/LorettaDevs/Loretta/pull/116.
- Fixed single line comments not getting a line break added after them in `NormalizeWhitespace` by @GGG-KILLER in https://github.com/LorettaDevs/Loretta/pull/118.
- Fixed warnings being generated for hex numbers on Lua 5.1, Lua 5.2 and other presets where `HexIntegerFormat` was `NotSupported` and `AcceptHexFloatLiterals` was `false` by @GGG-KILLER.
- Fixed the `SyntaxNormalizer` turning nested negation expressions into comments by @GGG-KILLER.

### Removed
- Removed `LanguageNames.{CSharp,FSharp,VisualBasic}` by @GGG-KILLER in https://github.com/LorettaDevs/Loretta/pull/115.
Expand Down

0 comments on commit ea0f8fb

Please sign in to comment.