Changelog of bug found
This commit is contained in:
parent
b18716027e
commit
755237c0b7
@ -110,6 +110,11 @@ print(func("Hello"))
|
||||
print(func("sigh"))
|
||||
multi:lightloop()
|
||||
```
|
||||
Bug Fixes:
|
||||
---
|
||||
- 1.14.1
|
||||
- Fixed Issue with Service's task method not being set at creation
|
||||
|
||||
Going Forward:
|
||||
---
|
||||
- Finish the network manager
|
||||
|
||||
@ -28,8 +28,8 @@ local thread = {}
|
||||
if not _G["$multi"] then
|
||||
_G["$multi"] = {multi=multi,thread=thread}
|
||||
end
|
||||
multi.Version = "14.1.0"
|
||||
multi._VERSION = "14.1.0"
|
||||
multi.Version = "14.1.1"
|
||||
multi._VERSION = "14.1.1"
|
||||
multi.stage = "stable"
|
||||
multi.__index = multi
|
||||
multi.Name = "multi.root"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user