Elixir v1.16 Released

  • I’m continuously impressed by the care and effort that goes into the developer experience of Elixir. Those improvements of the (already pretty great) documentation and the error messages look like they will make a real difference.

  • Can anyone elaborate on the binary pattern matching change? Listed as this in the blog post, but I don't see it in the release notes: ```improved binary pattern matching by allowing prefix binary matches, such as <<^prefix::binary, rest::binary>>```