From f370667c163ab22e828f70e1726b45c63be43bdd Mon Sep 17 00:00:00 2001 From: sammy-ette Date: Sun, 15 Jun 2025 16:15:50 -0400 Subject: [PATCH] chore: update changelogs --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e82fdd7..bc44233b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,6 +10,8 @@ and the dot operator will cause errors in 3.0. Example: `hilbish.editor.getLine()` should be changed to `hilbish.editor:getLine()` before 3.0 - Added the `hilbish.editor:read` and `hilbish.editor:log(text)` functions. +- `yarn` threading library (See the docs) + ### Changed - Documentation for Lunacolors has been improved, with more information added. - Values returned by bait hooks will be passed to the `throw` caller