-----

1.1.1   2026-01-27
    [Fixed]
        * Mapping of (unsigned) char arrays broken in
          1.1.0 release

1.1.0   2026-01-25
    [Changed]
        * Mapping of (unsigned) char arrays are mapped as
          Perl (byte) strings instead of arrays (small)
          integer values

1.0.0   2024-12-11
    No changes from v0.0.5

0.0.5   2024-09-14
    [Fixed]
        * Fix missing semi-colon in generated output

0.0.4   2024-09-14
    [Fixed]
        * Fix missing closing double quote in generated output

0.0.3   2024-09-14
    [Fixed]
        * Check existence of 'struct' member fields on input
        * Don't check defined-ness of named types as pointer-types
          may be undef

0.0.2   2024-06-15
    [Fixed]
        * 'enum' allowed value validation during (de)serialization
        * Undefined values when calculating name of (nested) 'enum' type
    [Added]
        * Emission of (for now empty) 'postamble' section

0.0.1   2024-06-08
    Initial release