Skip to content

v1.3.3

Choose a tag to compare

@github-actions github-actions released this 19 Feb 17:22
· 250 commits to main since this release
3ad1857

Patch Changes

  • #1523 27f07a8 Thanks @teofr! - Remove constant, view, and pure attributes from UnnamedFunctionDefinition, to disambiguate from StateVariableDefinition that have a function type.

  • #1526 a52001d Thanks @teofr! - Fixed associativity of AssignmentExpression from left to right.

  • #1525 7f3ea6f Thanks @teofr! - Add support for Solidity 0.8.34.

  • #1502 6963419 Thanks @teofr! - Fixed the old style revert calls (revert("oops!")) to be parsed as a FunctionCallExpression rather than a RevertStatement.