Skip to content

Commit

Permalink
Revise doc for issue #530
Browse files Browse the repository at this point in the history
  • Loading branch information
justinethier committed Mar 15, 2024
1 parent 0ea2457 commit 07e747a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,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`. Thanks to Christopher Hebert for the bug report.
- Updated parser to properly handle `+i` and `-i`. Thanks to Christopher Hebert for the bug report.
- 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!

## 0.36.0 - February 14, 2024

Expand Down

0 comments on commit 07e747a

Please sign in to comment.