summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Ethier <justin.ethier@gmail.com>2023-09-04 18:31:17 -0700
committerJustin Ethier <justin.ethier@gmail.com>2023-09-04 18:31:17 -0700
commiteb00184a0173e710533dfc6df21c103032395f63 (patch)
tree51453a89a7625d71b4c9590e9c37efeb1ea0ae06
parent20fe02d9d9727b29c25e4cb4002f186c685b904d (diff)
Document changes for 509issue-509
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index b0a40b98..199e5bba 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,7 @@
Bug Fixes
+- jpellegrini reported that Cyclone returns `#f` when comparing complex numbers using operators other than `=`. Instead it is better to raise an error in these situations.
- lassik and jpellegrini reported that `abs` was incorrectly returning the real part of a complex number argument. Modified `abs` to return an error for complex numbers.
- jpellegrini fixed `(srfi 143)` so that the following are constants instead of procedures: `fx-width`, `fx-greatest`, and `fx-least`.
- Raise an error if `odd?` or `even?` is passed a decimal number. Thanks to jpellegrini for the bug report.