From d87d3f6cee8e635991c66125f1a32bc30e110a94 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Mon, 14 Aug 2023 16:03:39 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e816252..72dfb93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,7 +31,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 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 +[#85]: https://github.com/filiptibell/lune/pull/85 +[#86]: https://github.com/filiptibell/lune/pull/86 ## `0.7.6` - August 9th, 2023