mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +02:00
Added a note about (eqv?)
This commit is contained in:
parent
3dc451d016
commit
709e0cbdca
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ Bug Fixes
|
|||
- Allow `open-binary-input-file` and `open-binary-output-file` to be accessible via the REPL.
|
||||
- Fix `bytevector?` predicate which was accidentally aliased to `vector?`.
|
||||
- Fix `list-copy` to return a non-list object instead of raising an error, per R7RS.
|
||||
- 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`.
|
||||
|
||||
## 0.17 - April 6, 2020
|
||||
|
|
Loading…
Add table
Reference in a new issue