Cleanup 0.9.9 fixes

This commit is contained in:
Justin Ethier 2019-02-18 22:38:52 -05:00
parent 8efbf60528
commit ed2ab18be1
2 changed files with 1 additions and 3 deletions

View file

@ -11,3 +11,4 @@ Seth Alves
Aric Belsito
Mark Meyer
Vasilij Schneidermann
Petr Pražák

View file

@ -9,9 +9,6 @@ Bug Fixes
- Handle the following edge case from R7RS:
> If `z` is a complex number, then `(real? z)` is true if and only if `(zero? (imag-part z))` is true.
TBD: If `x` is an inexact real number, then `(integer? x)` is true if and only if `(= x (round x))`.
## 0.9.8 - February 16, 2019