From cacaa97b6e142b9038d072ad4ab990b902f75d74 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sat, 5 Aug 2023 12:49:03 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 54179d7..c19a216 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed -- Fixed not being able to require files with multiple extensions, eg. `module.spec.luau` was not require-able using `require("module.spec")` +- Fixed `serde.decode` deserializing `null` values as `userdata` instead of `nil`. +- Fixed not being able to require files with multiple extensions, eg. `module.spec.luau` was not require-able using `require("module.spec")`. - Fixed instances and `roblox` built-in library APIs erroring when used asynchronously/concurrently. ## `0.7.5` - July 22nd, 2023