From 2867ccb9b8a231abfb248aa780246da1c0a05c93 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sat, 5 Aug 2023 17:55:04 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c19a216..64e1fea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +### Changed + +- Enabled Luau JIT backend for potential performance improvements 🚀
+ If you run into any strange behavior please open an issue! + ### Fixed - Fixed `serde.decode` deserializing `null` values as `userdata` instead of `nil`.