From 933cfa84c070c18db2045593be814655dfedc49c Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Fri, 26 May 2023 09:41:41 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index da0b5a5..d7d0d5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -62,6 +62,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed `stdio.write` and `stdio.ewrite` not being flushed and causing output to be interleaved. ([#47]) +- Fixed `typeof` returning `userdata` for roblox types such as `Instance`, `Vector3`, ... [#47]: https://github.com/filiptibell/lune/pull/47