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