Skip to content

Release 1.12.80

Choose a tag to compare

@jlangch jlangch released this 13 Feb 19:01
· 899 commits to master since this release

[1.12.80] - 2026-02-14

Bugs

  • Allow multiline single and triple quoted string literals in the REPL
  venice> (def x """
                 123
                 456
                 """)

  venice> (def x "123
          456")