All notable changes to this project are documented in this file.
0.1.2 — 2026-09-11
Changed
- Elixir requirement lowered to
~> 1.18; OTP 28 remains required.
0.1.1 — 2026-09-11
Fixed
decode_list/1anddecode_alloc_list/1accept the untagged-unsigned tag for the element count, which is howbeam_asmactually encodes it. Previously every list produced by the real assembler raised aMatchError; the synthetic unit-test streams happened to tag the count as an integer, which is also legal and still accepted. A test pins thebeam_asmspelling.
0.1.0
Initial release.