diff --git a/CHANGELOG.md b/CHANGELOG.md index f4b499a2..4142c1b2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ Features Bug Fixes - Updated the runtime to avoid a race condition when creating new symbols. Thanks to Skye Soss for the bug report and patch. -- Prevent the compiler from inlining calls to primitives that open ports, avoiding a range of issues such as an open file operation being inlined across multiple places in the intermediate code. +- Prevent the compiler from inlining calls to primitives that open ports, avoiding a range of issues such as an open file operation being inlined across multiple places in the intermediate code. Thanks to Andy Arvanitis for the bug report. - Arthur Maciel updated `current-jiffy` to use `clock_gettime`. ## 0.26 - February 3, 2021