V15.3.0 #51

Merged
rayaman merged 52 commits from v15.3.0 into master 2022-12-31 02:22:23 -05:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit 4cf80517eb - Show all commits

1
.gitignore vendored
View File

@ -1 +1,2 @@
*.code-workspace
lua5.4/*

View File

@ -102,7 +102,7 @@ Added
Loops through the table and calls callback_function with each element of the array.
- If a name is not supplied when creating threads; a name is randomly generated. Unless sending through an established channel/queue you might not be able to easily init the object.
- If a name is not supplied when creating threads and threaded objects; a name is randomly generated. Unless sending through an established channel/queue you might not be able to easily init the object.
Changed
---