Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
This commit describes the implemented bug-fix

Signed-off-by: Patryk Wrobel <[email protected]>
  • Loading branch information
pwrobeldev committed Nov 22, 2024
1 parent 4a55780 commit 9d9c991
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 @@ -4,7 +4,8 @@
### Features:
* Implemented validation of comments used for functions. When the description of parameters or return value is missing, then warning is generated. The user may also treat the warning as error via 'werror' flag.
### Bug fixes:
* Dart: fixed a bug related to missing/superflous 'const' keyword usage in definition of default values in constructors that used collections when `@Immutable` or `PositionalDefaults` were specified.
* Dart: fixed a bug related to missing 'const' keyword usage in definition of default values in constructors that used immutable structure types when `@Immutable` or `@PositionalDefaults` were specified.
* Dart: fixed a bug related to missing/superflous 'const' keyword usage in definition of default values in constructors that used collections when `@Immutable` or `@PositionalDefaults` were specified.

## 13.9.7
Release date 2024-11-13
Expand Down

0 comments on commit 9d9c991

Please sign in to comment.