mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Update changelog
This commit is contained in:
parent
72adb2172f
commit
d87d3f6cee
1 changed files with 8 additions and 0 deletions
|
@ -31,7 +31,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||||
callableFn2()
|
callableFn2()
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- Implemented support for a variable number of arguments for `CFrame` methods in the `roblox` built-in library. ([#85])
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed not being able to pass arguments to the thread using `coroutine.resume`. ([#86])
|
||||||
|
|
||||||
[#82]: https://github.com/filiptibell/lune/pull/82
|
[#82]: https://github.com/filiptibell/lune/pull/82
|
||||||
|
[#85]: https://github.com/filiptibell/lune/pull/85
|
||||||
|
[#86]: https://github.com/filiptibell/lune/pull/86
|
||||||
|
|
||||||
## `0.7.6` - August 9th, 2023
|
## `0.7.6` - August 9th, 2023
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue