Skip to content

Commit

Permalink
docs: updated changelog
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 3031a5d6fc7f6d9972356685c26cb817f520a59b3bea5af57876b17008f54a39
  • Loading branch information
thindil committed Apr 12, 2024
1 parent 1013fd7 commit 99882fd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,9 @@ of the program.
- New rule `tryStatements` to check `try` statements' `except` branches in a
code do they are empty or contain an exception with the selected name.
- More information about the program's error to error messages
- New rule `object`. Currently it only check if the object's type's
declarations have all their fields public or private.
- New rule `object`. It can check if the object's type's declarations have all
their fields public or private and do they are declared by using `int` or
`string` types.
- More types of the program's rules' options: `natural` for integer values of 0
or more and `positive` for integer values greater than 0.

Expand Down

0 comments on commit 99882fd

Please sign in to comment.