From 4b793bf2f9616bb027a7e93d19942b1fdd7517c7 Mon Sep 17 00:00:00 2001 From: Filip Tibell Date: Sat, 25 Mar 2023 21:00:43 +0100 Subject: [PATCH] Update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f5e02a..b1f5bdf 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 +### Added + +- Added support for instance tags & `CollectionService` in the `roblox` built-in.
+ Currently implemented methods are listed on the [docs site](https://lune.gitbook.io/lune/roblox/api-status). + ### Fixed - Fixed accessing a destroyed instance printing an error message even if placed inside a pcall