Skip to content

v0.4.47

Compare
Choose a tag to compare
@github-actions github-actions released this 08 Jan 23:48
· 523 commits to main since this release
v0.4.47
7aa6e22

Changed

  • Use \x{####} to escape UTF-8 characters with the Unicode Default_Ignorable_Code_Point property to improve code readability when working with invisible sequences, e.g. Unicode byte order marks

Fixed

  • Fix issue where escaped carriage returns ("\r") are not preserved in multiline strings
  • Fix issue where strings with invalid UTF-8 sequences trigger an exception