You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add release notes for v3.2.4
I messed up the v3.2.3 release; forgot to backport the Dockerfile
changes, and also forgot to document the backported panic fix in the
expand package.
Let's pretend v3.2.3 didn't happen, since the tag was already pushed,
and do a v3.2.4. v3.2.3 isn't terribly broken either, so no need to
retract it.
syntax: fix hang parsing single quotes in parameter expansions
This regression was introduced in 5bb742d, since we didn't include
enough test cases. In particular, one where the single quote directly
followed the forward slash token.
Fixesmvdan#626.