From bee8562d45953f677686025d0c1a9cee8b3a266e Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Thu, 20 Jul 2023 09:55:34 +0200 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e1c753b..d678f79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Fixed +- Fixed publishing of Lune to crates.io by migrating away from a monorepo - 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])