Changes for 1.19.2 (2026-05-05) Bug fixes for `atd-parser', `abu-parser', and the disassembler. * Added missing checks when determining whether a set of removable terminal symbols with their origins already contains a removable terminal symbol. The absence of necessary checks might result in collecting a smaller set of removable terminal symbols and affect determinizing a template grammar by `atd-parser' and `abu-parser'. * The disassembler now reassigns jump addresses in jump instructions in a memory representation of a program disassembled using an assembler program template. Previously, if a disassembled program had some probabilistic jump instructions discarded compared to its assembler program template, other jump instructions copied from the template might have incorrect jump addresses, and loading the memory representation into a node might result in an assertion failure or incorrect node probability profile.