Skip to content

Commit

Permalink
Merge branch 'develop' into gc-custom-errors
Browse files Browse the repository at this point in the history
  • Loading branch information
dbale-altoros authored Mar 5, 2024
2 parents 25104bb + a266ecb commit e58addf
Show file tree
Hide file tree
Showing 3 changed files with 1,330 additions and 725 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@

## [4.2.0] - 2024-03-15

### Updated
- Rule: named-return-values rule was renamed to gas-named-return-values and now it is part of Gas Consumption ruleset
- Rule: custom-errors rule was renamed to gas-custom-errors and now it is part of Gas Consumption ruleset


## [4.1.2] - 2024-02-06

### Updated
- Update references in package json [#530](https://github.com/protofire/solhint/pull/530)
- Parser support up to Solidity 0.8.22 (*)

(*) Note: Solhint can work with latest Solidity versions.
If new grammar/syntax is added or changed, it could give some false positives or miss a rule.
But overall functionality will work as expected.


## [4.1.1] - 2024-01-08
Expand Down
Loading

0 comments on commit e58addf

Please sign in to comment.