From ff809812827c269e26a5cb8a9797c17726f92ced Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sun, 23 Jun 2024 14:39:58 +0200 Subject: [PATCH] Add missing changelog entry --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 310f9c6..6aedd71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Check the documentation for the `luau` standard library for more information. - Implemented support for floor division operator / `__idiv` for the `Vector2` and `Vector3` types in the `roblox` standard library ([#196]) +- Fixed the `_VERSION` global containing an incorrect Lune version string. ### Changed