Skip to content

Commit

Permalink
docs: updated changelog
Browse files Browse the repository at this point in the history
FossilOrigin-Name: 215c25e9fb5a0a1ad6ec34f287eac1bbe26bec84878e6fdbaa9fac7c378465e3
  • Loading branch information
thindil committed Sep 10, 2023
1 parent a1db60a commit ad42392
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ of the program.
### Fixed
- Don't install file *rulesList.txt*. It is needed only for compilation of the
program.
- Checking usage of parameters of procedures by paramsUsed rule.
- Checking usage of parameters of procedures by `paramsUsed` rule.
- Detecting a documentation of definition of procedures, functions, etc. with
`hasDoc` rule.
- Crash when checking for named parameters in call by `namedParams` rule when
Expand All @@ -40,6 +40,7 @@ of the program.
`namedParams` rule.
- Crash when checking declarations of variables with `varDeclared` rule.
- Crash when checking variables with `localHides` rule.
- Checking declarations of multiple variables with `varDeclared` rule.

## [0.6.0] - 2023-08-18

Expand Down

0 comments on commit ad42392

Please sign in to comment.