diff --git a/.gitignore b/.gitignore index 4d67604..f3ede8b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ *.code-workspace +lua5.4/* \ No newline at end of file diff --git a/docs/changes.md b/docs/changes.md index 01f3019..8ebf6b9 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -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 ---