Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpcapurro committed Jan 31, 2024
1 parent f249ee7 commit 7007154
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
## [4.0.0-rc01] - 2024-01-28

### Breaking
- exit with a different code when linter is configured incorrectly (255) vs
when errors are found in linted files (1) https://github.com/solhint-community/solhint-community/pull/134
- also exit eagerly when a misconfiguration is detected, to help the programmer
realize of their mistake sooner
- removed `no-unused-import`, is now a special case of `no-unused-vars` https://github.com/solhint-community/solhint-community/pull/22
- removed `contract-name-camelcase`, which checked event, struct, enum and
contract names were in CapWords. moved that functionality into new rule
Expand Down

0 comments on commit 7007154

Please sign in to comment.