Issue #552 - Document change to cond-expand

This commit is contained in:
Justin Ethier 2025-01-16 22:30:04 -05:00
parent 2ed57ab24d
commit b66b6163f2

View file

@ -12,6 +12,7 @@ Bug Fixes
- Added a fix from Yorick Hardy to define `*ai-v4mapped*` to zero on platforms where `AI_V4MAPPED` is undefined.
- Updated `sqrt` to properly handle complex results given non-complex input. EG: `(sqrt -1) ==> 1i`. And updated the parser to properly handle `+i` and `-i`. Thanks to Christopher Hebert for the bug reports!
- Updated `cond-expand` to raise an error if no clauses match, instead of returning `#t`.
## 0.36.0 - February 14, 2024