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

In an attempt to be more consistent in the configuration files, the following options are changing from camelCase to snake_case:

+---------------+--------------+
| option        |  Changed To  |
+===============+==============+
| indentSize    | indent_size  |
+---------------+--------------+
| indentStyle   | indent_style |
+---------------+--------------+

An Error message will be generated if the old style is encountered.
A reminder to change the option to snake_case will be given.

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

  Issue #866
    Added documentation which documents how to number future rules.

  Issue #1117
    Rules automatically assign their unique identifiers.

Bug Fixes
---------

  Issue #967
    Added options to rule signal_012 to allow for grouping of signals for alignment.

  Issue #1096
    Changed option indentStyle to indent_style
    Changed option indentSize to indent_size

  Issue #1097
    Fixed JUnit reporting failures in testsuite tag when there were no failures.
    Removed classname from testcase tag.

  Issue #1123
    VSG would hang on missing close parenthesis.

  Issue #1124
    Rule port_026 would drop close parenthesis in certain conditions.

  Issue #1127
  Issue #1129
    Documentation updates

  Issue #1130
    Rule procedure_call_003 now aligns parameters without a formal_part.

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

  Issue #1122

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

  I would like to thank the following contributors:

    @JHertz5

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

    @alonbl
    @allbydnco
    @maltaisn
    @MDXZ-delti
    @t-aras