This commit is contained in:
Justin Ethier 2018-09-10 13:39:38 -04:00
parent e0f3ef9e76
commit c84a2ab356

View file

@ -9,6 +9,7 @@ Features
Bug Fixes
- Fix `input-port?`, `output-port?`, `input-port-open?`, and `output-port-open?` to return `#f` instead of raising an error when a non-port object is passed.
- Fix overflow detection when performing fixnum multiplication to avoid undefined behavior in the C runtime.
## 0.9.2 - August 26, 2018