Skip to content

Commit

Permalink
Add note about bugfix in the release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
mnieper committed Jan 25, 2025
1 parent 868daed commit dd87de8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions release_notes/release_notes.stex
Original file line number Diff line number Diff line change
Expand Up @@ -2812,6 +2812,13 @@ in fasl files does not generally make sense.
%-----------------------------------------------------------------------------
\section{Bug Fixes}\label{section:bugfixes}

\subsection{Treat \scheme{#} as a delimiter when reading numbers in R$^6$RS mode}

A bug in the reader didn't treat the character \scheme{#} as a
delimiter when reading numbers. In R$^6$RS, a string like
\scheme{"3#f"} has to be read as two tokens, \scheme{3} and
\scheme{#f}.

\subsection{Fix \scheme{fx-/wraparound} with \scheme{0} first argument (10.2.0)}

When \scheme{fx-/wraparound} was called with \scheme{0} as its first
Expand Down

0 comments on commit dd87de8

Please sign in to comment.