mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Update CHANGELOG.md
This commit is contained in:
parent
9a62db57ff
commit
772bc91fd7
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
## 0.14 - TBD
|
## 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.
|
Special thanks to Daniel Mendler, whose discussions were the inspiration for these changes.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue