From 17c0b2152279f48a62c8cd0dffd4ad0b9a902b4c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Nieper-Wi=C3=9Fkirchen?= Date: Mon, 26 Aug 2024 19:30:30 +0200 Subject: [PATCH] update release notes --- release_notes/release_notes.stex | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/release_notes/release_notes.stex b/release_notes/release_notes.stex index 5421e6f60..08387cf51 100644 --- a/release_notes/release_notes.stex +++ b/release_notes/release_notes.stex @@ -2726,6 +2726,12 @@ in fasl files does not generally make sense. %----------------------------------------------------------------------------- \section{Bug Fixes}\label{section:bugfixes} +\subsection{\scheme{quote-syntax} incorrectly applies wrap (10.1.0)} + +A bug in \scheme{quote-syntax} that caused \scheme{(identifier? +(quote-syntax \var{symbol}))} to report the wrong result has been +fixed. + \subsection{Case-insensitive ``V'' format directive (10.1.0)} The ``V'' format directive is now recognized in uppercase as well as lowercase.