cisco / ChezScheme

Chez Scheme
Apache License 2.0
6.89k stars 983 forks source link

format's V prefix parameter #843

Closed olopierpa closed 2 weeks ago

olopierpa commented 2 weeks ago

format's V prefix parameter should be case insensitive

burgerrg commented 2 weeks ago

Please add a subsection (make it the first) under Bug Fixes in release_notes/release_notes.stex briefly describing the fix. Thanks!

olopierpa commented 2 weeks ago

I'm not proficient in Latex, so please someone else make the actual editing.

My proposed text is "The prefix parameter V in format strings is case insensitive in CL. Chez previously accepted only lowercase v, now both cases are valid."

Thanks!

burgerrg commented 2 weeks ago

See https://github.com/cisco/ChezScheme/issues/840.