Merge branch 'master' into cargs2-dev

This commit is contained in:
Justin Ethier 2021-03-04 23:02:55 -05:00
commit c256f86d58

View file

@ -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