From b54907c984d280b7702a42c30724ef9b4bb2aee3 Mon Sep 17 00:00:00 2001 From: Justin Ethier Date: Wed, 24 Jul 2019 13:30:39 -0400 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7b088af..75a33664 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,10 +12,9 @@ Features Bug Fixes - Fixed the MSYS2 build script and instructions, so it is possible to build on Windows again! -- Fixed `exit` to return the appropriate status code when a boolean is passed, per R7RS: - Modified `(srfi 27)` to use the timer to seed the pseudorandom number generator. - -> If no argument is supplied, or if obj is #t, the exit procedure should communicate to the operating system that the program exited normally. If obj is #f, the exit procedure should communicate to the operating system that the program exited abnormally. +- Fixed `exit` to return the appropriate status code when a boolean is passed, per R7RS: + > If no argument is supplied, or if obj is #t, the exit procedure should communicate to the operating system that the program exited normally. If obj is #f, the exit procedure should communicate to the operating system that the program exited abnormally. Deprecated