We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e32bf5f commit 31d407eCopy full SHA for 31d407e
CHANGELOG.md
@@ -6,6 +6,10 @@ All notable changes to this project will be documented in this file.
6
7
### Changed
8
- Updated Luau dependency from version 0.688 to [0.702](https://github.com/luau-lang/luau/releases/tag/0.702)
9
+- Raw Luau C API is now re-exported from the library via the `c` module
10
+
11
+### Fixed
12
+- registerUserData() now properly detects global name collisions when registering types from different modules with the same short name
13
14
## [0.5.0] - 2025-08-22
15
0 commit comments