From aae96b38857d6a0e6b1f14f9a8c201c13ac78447 Mon Sep 17 00:00:00 2001 From: GGG KILLER Date: Sat, 19 Mar 2022 15:01:53 -0300 Subject: [PATCH] Update the changelog. --- CHANGES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 1d84f375..f9fe2ddd 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -35,6 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Changed the Luau preset to accept shebangs; - Changed the Luau preset to not accept bitwise operators. - Fixed `ObjectDisplay.FormatPrimitive(object? obj, ObjectDisplayOptions options)` returning `null` for `long`s and `ulong`s. +- Fixed LuaJIT suffixes not being handled in a case-insensitive manner. +- Fixed empty type argument lists not being accepted. ## v0.2.9-beta.5 ### Added