From 7db61c9114291ebf674603288e42a43fa972d447 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Thu, 20 Jul 2023 08:30:14 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2991370..00ca914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,8 +13,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed - Fixed crashes when writing a very deeply nested `Instance` to a file ([#62]) +- Fixed not being able to read & write to WebSocket objects at the same time ([#68]) +- Fixed tab character at the start of a script causing it not to parse correctly ([#72]) [#62]: https://github.com/filiptibell/lune/pull/62 +[#68]: https://github.com/filiptibell/lune/pull/66 +[#72]: https://github.com/filiptibell/lune/pull/72 ## `0.7.4` - July 7th, 2023