From 0f2c71d8b9ce9eed3802b30361f97961c98fbc14 Mon Sep 17 00:00:00 2001 From: Griffin Castles Date: Mon, 5 Feb 2024 19:32:42 +0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61ec5fe2..86fa7c17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ## [Unreleased](https://github.com/Kampfkarren/selene/compare/0.26.1...HEAD) ### Added - Added `CFrame.lookAlong` to the Roblox standard library +- When a mixed table is detected, selene will now tell you why mixed tables are bad and that they should be avoided ## [0.26.1](https://github.com/Kampfkarren/selene/releases/tag/0.26.1) - 2023-11-11 ### Fixed