Skip to content

Commit

Permalink
Change 4th argument to CFrame.fromMatrix optional (Kampfkarren#117)
Browse files Browse the repository at this point in the history
* Change 4th argument to CFrame.fromMatrix optional  (Kampfkarren#113)

* Update CHANGELOG.md

* Formatted CFrame.fromMatrix correctly

oops. didn't notice that

* Fix typo

Co-authored-by: boyned//Kampfkarren <[email protected]>

Co-authored-by: boyned//Kampfkarren <[email protected]>
  • Loading branch information
Jaguar-515 and Kampfkarren authored Jun 12, 2020
1 parent 27370bd commit 4be3470
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
## Unreleased
### Changed
- Removed types from `debug.traceback` arguments in the Lua 5.1 standard library
- Made 4th argument to `CFrame.fromMatrix` optional (#113)

## [0.6.0] - 2020-04-21
### Added
Expand Down
3 changes: 2 additions & 1 deletion selene/src/roblox/base.toml
Original file line number Diff line number Diff line change
Expand Up @@ -226,6 +226,7 @@ type = { display = "Vector3" }

[[CFrame.fromMatrix.args]]
type = { display = "Vector3" }
required = false

[[CFrame.fromOrientation.args]]
type = "number"
Expand Down Expand Up @@ -798,4 +799,4 @@ removed = true
removed = true

[package]
removed = true
removed = true

0 comments on commit 4be3470

Please sign in to comment.