Skip to content
Announcements
-------------

This is the first release in which I did not create any pull requests to add features or fix bugs.
I would like to thank @benthie, @JHertz5, and @linknum33 for all their hard work.

New Features
------------

  Issue #1397
    Added whitespace rules for file declarations and file type definitions.

  Issue #1474
    Added VHDL 2019 keywords to keyword rule.

  Issue #1475
    Added parsing of VHDL 2019 interfaces.

  Issue #1479
    Added regex ability to rule architecture_025.

  Issue #1504
    Added rules to check for invalid libraries and packages.

Bug Fixes
---------

  Issue #1451
    Rule concurrent_003 was not detecting arrays correctly.

  Issue #1484
    Removed conflict between rules variable_assign_400 and variable_assignment_004.

  Issue #1496
    Documentation update

Retired Issues
--------------

  None

Acknowledgements
----------------

  I would like to thank the following bug finders and feature requestors:

    @ekigwana
    @maltaisn
    @psi-chuffine

  I would like to thank the following contributors:

    @benthie
    @JHertz5
    @linknum23