Skip to content
New MINOR release 03.03.00

Changes since 03.02.03:
Formal code cleaning
- enable coding style checker as test
- address linter warnings, manual formatting etc. (#9490, partial only)
- remove long deprecated compatibility layers (#9490)
- fix header comment (#9490)
- correct code formatting (#9490)

Bug fixes:
- fix wrong type information for unsigned int
    The number of digits reported for signed and unsigned integers was
    partially equal, which is wrong due to the additional sign character.

    This introduces a slight behaviour change, which likely will not be
    observed in real applications. ApplicationCore bases its type guessing
    on this information but already uses the correct thresholds.

- add default constructor to VoidRegisterAccessor (#270)