updated changes.md

This commit is contained in:
Ryan Ward 2023-05-07 23:04:06 -04:00
parent a5add93747
commit 5caa90f6c7

View File

@ -266,6 +266,7 @@ Removed
Fixed Fixed
--- ---
- Issue with pseudo threading env's being messed up. Required removal of getName and getID!
- connections being multiplied together would block the entire connection object from pushing events! This is not the desired effect I wanted. Now only the connection reference involved in the multiplication is locked! - connections being multiplied together would block the entire connection object from pushing events! This is not the desired effect I wanted. Now only the connection reference involved in the multiplication is locked!
- multi:reallocate(processor, index) has been fixed to work with the current changes of the library. - multi:reallocate(processor, index) has been fixed to work with the current changes of the library.
- Issue with lanes not handling errors properly. This is now resolved - Issue with lanes not handling errors properly. This is now resolved