Skip to content

Commit

Permalink
Add PathWaypoint.new third argument (#615)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
brinkokevin and chriscerie authored Oct 9, 2024
1 parent 8fb4c8c commit e19e3c4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions selene-lib/default_std/roblox_base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,8 @@ globals:
- required: false
type:
display: PathWaypointAction
- required: false
type: string
must_use: true
PhysicalProperties.new:
args:
Expand Down

0 comments on commit e19e3c4

Please sign in to comment.