Skip to content

5.12.0

Latest

Choose a tag to compare

@github-actions github-actions released this 23 Jul 09:14
4e15937

🚀 Features

  • (beam) Render %A in F# syntax instead of dumping Erlang terms (#4814) (218e0c40)

🐞 Bug Fixes

  • (beam) Correct char-to-string conversion and console Unicode encoding (#4812) (df8e01d6)
  • (beam) Isolate each top-level effect's variables in main/0 (#4815) (8d708633)
  • (beam) Write package modules to the package's own src/ (#4817) (06bf863c)
  • (beam) Implement Async.AwaitTask (#4819) (17cc3b6a)
  • (beam) Keep the original stacktrace when an async error is re-raised (#4818) (d7afa278)
  • (beam) Decode UTF-8 codepoints in ToCharArray and related String functions (b2ce3067)
  • (python) Avoid UTF-8 boundary panic in integer parsing (#4825) (8243a711)
  • (python) Detect radix prefix after whitespace and sign (#4828) (5ab1382b)

View changes on Github