All notable changes to this project are documented in this file.

0.1.1 — 2026-09-11

Fixed

  • decode_list/1 and decode_alloc_list/1 accept the untagged-unsigned tag for the element count, which is how beam_asm actually encodes it. Previously every list produced by the real assembler raised a MatchError; the synthetic unit-test streams happened to tag the count as an integer, which is also legal and still accepted. A test pins the beam_asm spelling.

0.1.0

Initial release.