From e19e3c4e6a9eb9a02f8991d346e078fe254c6d82 Mon Sep 17 00:00:00 2001 From: Kevin Date: Wed, 9 Oct 2024 18:33:36 +0200 Subject: [PATCH] Add PathWaypoint.new third argument (#615) Added the missing label argument for PathWaypoint.new ![image](https://github.com/user-attachments/assets/3112b793-0a68-4bef-811c-b93c4fd9957b) --------- Co-authored-by: Chris Chang <51393127+chriscerie@users.noreply.github.com> --- CHANGELOG.md | 1 + selene-lib/default_std/roblox_base.yml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8184176e..feb6923d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm ### Added - Added `Path2DControlPoint.new` to the Roblox standard library - [Adds `lua_versions` to standard library definitions](https://kampfkarren.github.io/selene/usage/std.html#lua_versions). Specifying this will only allow the syntax used by those languages. The default standard libraries now specify these, meaning that invalid syntax for that language will no longer be supported. +- Added missing third parameter to `PathWaypoint.new` in the Roblox standard library ### Changed - Upgrades to [full-moon 1.0.0](https://github.com/Kampfkarren/full-moon/blob/main/CHANGELOG.md#100---2024-10-08), which should provide faster parse speeds, support for multiple parsing errors at the same time, and support for some new Luau syntax. diff --git a/selene-lib/default_std/roblox_base.yml b/selene-lib/default_std/roblox_base.yml index 6be6df1b..2bc6fa48 100644 --- a/selene-lib/default_std/roblox_base.yml +++ b/selene-lib/default_std/roblox_base.yml @@ -369,6 +369,8 @@ globals: - required: false type: display: PathWaypointAction + - required: false + type: string must_use: true PhysicalProperties.new: args: