From 5caa90f6c7005632aae36c88fb11d1741adc0d16 Mon Sep 17 00:00:00 2001 From: Ryan Ward Date: Sun, 7 May 2023 23:04:06 -0400 Subject: [PATCH] updated changes.md --- docs/changes.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/changes.md b/docs/changes.md index 92673dd..a4f65ae 100644 --- a/docs/changes.md +++ b/docs/changes.md @@ -266,6 +266,7 @@ Removed 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! - 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