From b9761eb0ea2a08c23419d181f1ba753b8d9c4624 Mon Sep 17 00:00:00 2001 From: "Tarn W. Burton" Date: Thu, 30 Nov 2023 05:57:59 -0500 Subject: [PATCH] Update release notes --- RELEASE_NOTES.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index fd8a5376ac..a7d7115a61 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -24,6 +24,8 @@ ## Fixed * `cl:read-line` so it correctly returns lines that end with EOF. +* `cl:read-byte` so it respects the `eof-error-p` and `eof-value` + arguments for Gray streams. # Version 2.4.0 (LLVM15-17) 2023-10-01