mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Add credit for bug report
This commit is contained in:
parent
f0aa3343b7
commit
149964e518
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ Bug Fixes
|
||||||
|
|
||||||
- Fixed a bug in the oprimized numeric comparison operators when comparing a double with a bignum, that could lead to undefined behavior.
|
- Fixed a bug in the oprimized numeric comparison operators when comparing a double with a bignum, that could lead to undefined behavior.
|
||||||
- Fixed `make_empty_bytevector` and `make_c_opaque` parameters on `(cyclone foreign)`.
|
- Fixed `make_empty_bytevector` and `make_c_opaque` parameters on `(cyclone foreign)`.
|
||||||
- Avoid compilation errors when a program ends with a `set!` expression.
|
- Avoid compilation errors when a program ends with a `set!` expression. Thanks to Yorick Hardy for the bug report!
|
||||||
|
|
||||||
## 0.18 - June 8, 2020
|
## 0.18 - June 8, 2020
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue