From f254c94f2c27d0a069d12998e0f76cacc9489060 Mon Sep 17 00:00:00 2001 From: Christopher Chang <51393127+chriscerie@users.noreply.github.com> Date: Tue, 26 Mar 2024 17:54:51 -0700 Subject: [PATCH] Update changelog wording --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0202ca2..49302b86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Changed - Updated the warning message for the `mixed_table` lint to include why mixed tables should be avoided -- Properly deprecated `Instance.new`'s parent argument +- Properly deprecated `Instance.new`'s second argument in the Roblox standard library ## [0.26.1](https://github.com/Kampfkarren/selene/releases/tag/0.26.1) - 2023-11-11 ### Fixed