**Bug Fixes:** * Fix `FieldNode.is_volatile` incorrectly returning non-boolean value if some properties are assigned references.
1.27.2
**Bug Fixes:** * Fix error handling if struct is not fully defined (192) * Fix omission of 6.3.2.3.2-b: Auto-assign default values to unset members of struct literals.
1.27.1
no-op release to fix readthedocs stable docs build. No changes.
1.27.0
**Updates:** * Upgrade to Antlr 4.13.1 runtime * Add method to generate a globally scoped type name. 187
1.26.1
**Bug Fixes:** * Fix missed check on valid assignment component for UDPs * More proper fix for quirk where parameter override across multiple elaborations would use cached default value. 166, 181, 182 * Fix support for UDP array type defaults. 180
1.26.0
**Updates:** * Add ability to inject define macros into preprocessor. 174
**Bug Fixes:** * Fix compile crash when encountering empty group-like nodes. 176 * Bypass irrelevant storage-related rule checks for alias registers. 173