mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-15 16:57:35 +02:00
Add credit for bug report
This commit is contained in:
parent
d5e65a09c4
commit
fca99fab36
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ Features
|
||||||
Bug Fixes
|
Bug Fixes
|
||||||
|
|
||||||
- Updated the runtime to avoid a race condition when creating new symbols. Thanks to Skye Soss for the bug report and patch.
|
- 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`.
|
- Arthur Maciel updated `current-jiffy` to use `clock_gettime`.
|
||||||
|
|
||||||
## 0.26 - February 3, 2021
|
## 0.26 - February 3, 2021
|
||||||
|
|
Loading…
Add table
Reference in a new issue