Add missing changelog entry

This commit is contained in:
Filip Tibell 2024-06-23 14:39:58 +02:00
parent 45493dc23b
commit ff80981282
No known key found for this signature in database

View file

@ -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