mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Issue #369
This commit is contained in:
parent
0469d7c7aa
commit
bc7400b8b3
1 changed files with 1 additions and 0 deletions
|
@ -18,6 +18,7 @@ Bug Fixes
|
||||||
- Fixed `eqv?` to use R7RS semantics to ensure equality of different instances of the same numeric value. The function was previously just an alias of `eq?`.
|
- Fixed `eqv?` to use R7RS semantics to ensure equality of different instances of the same numeric value. The function was previously just an alias of `eq?`.
|
||||||
- Support two-argument version of `atan`.
|
- Support two-argument version of `atan`.
|
||||||
- Support `start` and `end` arguments to `write-string`.
|
- Support `start` and `end` arguments to `write-string`.
|
||||||
|
- Updated the string comparison procedures (EG: `string=?`) to support more than two arguments.
|
||||||
|
|
||||||
## 0.17 - April 6, 2020
|
## 0.17 - April 6, 2020
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue