From 40efdc30b176310d16085c3b5ff212b49a2c6aae Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Mon, 1 Oct 2018 17:21:16 -0400 Subject: [PATCH] Issue #277 --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3de222f..9c776cb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ 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. -- Prevent warnings from the C compiler regarding `shifting a negative signed value is undefined`. +- Prevent warnings from the C compiler regarding `shifting a negative signed value is undefined` and `absolute value function 'abs' given an argument of type 'long' but has parameter of type 'int'`. ## 0.9.2 - August 26, 2018