From 772bc91fd701f8dfb60952dd20b2c95ce98a437b Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 10 Feb 2020 14:34:45 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index af92dc3b..291ccfbe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 0.14 - TBD -Cyclone now automatically relocates any stack objects when performing a mutation. This prevents a whole range of race conditions that had previously been possible in multithreaded application code. And, since this work is done by the Cyclone runtime, no special code needs to be added to your applications. +Cyclone now automatically relocates any stack objects when performing a mutation. This prevents a whole range of race conditions that had previously been possible in multithreaded application code. And since this work is done by the Cyclone runtime no special code needs to be added to your applications. Special thanks to Daniel Mendler, whose discussions were the inspiration for these changes.