From 53dcd3c439f194dd1b52b5d77d0599772467d4cc Mon Sep 17 00:00:00 2001 From: Bob Burger Date: Mon, 31 Aug 2020 14:46:47 -0400 Subject: [PATCH] update release notes --- racket/src/ChezScheme/release_notes/release_notes.stex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/racket/src/ChezScheme/release_notes/release_notes.stex b/racket/src/ChezScheme/release_notes/release_notes.stex index 4c9791d78d..c647c855d3 100644 --- a/racket/src/ChezScheme/release_notes/release_notes.stex +++ b/racket/src/ChezScheme/release_notes/release_notes.stex @@ -2,7 +2,7 @@ \thisversion{Version 9.5.5} \thatversion{Version 8.4} -\pubmonth{June} +\pubmonth{August} \pubyear{2020} \begin{document} @@ -352,7 +352,7 @@ The default value is \scheme{medium}. The procedures \scheme{make-mutex} and \scheme{make-condition} now accept an optional argument \scheme{name}, which must be a symbol -that identifies the object or \scheme{f} for no name. The name is +that identifies the object or \scheme{#f} for no name. The name is printed every time the mutex or condition object is printed, which is useful for debugging.