diff --git a/README.md b/README.md index c260577..d19761d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# multi Version: 1.8.0 (How much thread could a thread thread if a thread could thread thread?) +# multi Version: 1.8.1 **Note: The changes section has information on how to use the new features as they come out. Why put the infomation twice on the readme?**
My multitasking library for lua
@@ -788,7 +788,13 @@ We did it! 1 2 3
Changes ------- -Updated from 1.7.6 to 1.8.0
+Updated from 1.8.0 to 1.8.1
+No real change!
+Changed the structure of the library. Combined the coroutine based threads into the core!
+Only compat and intergrations are not part of the core and never will be by nature.
+This should make the library more convient to use.
+I left multi/all.lua file so if anyone had libraries/projects that used that it will still work!
+Updated from 1.7.6 to 1.8.0
(How much thread could a thread thread if a thread could thread thread?) Added:
- multi:newSystemThreadedQueue() - multi:systemThreadedBenchmark()