diff --git a/CHANGELOG.md b/CHANGELOG.md index ac77bbea..8362e487 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Added -- **aiken**: New `-S` flag on `check` and `build` that blocks the printing of warnings but it still shows the total warning count. +- **aiken**: New `-S` flag on `check` and `build` that blocks the printing of warnings but it still shows the total warning count. @rvcas ### Changed @@ -12,6 +12,10 @@ - **aiken-lang**: Change default placeholder for `trace` to `Void` instead of `todo`. @KtorZ - **aiken-lang**: Disallow (parse error) dangling colon `:` in traces. See [#1113](https://github.com/aiken-lang/aiken/issues/1113). @KtorZ +### Fixed + +- **aiken-lang**: Formatter was removing comments from function type annotation args @rvcas + ## v1.1.13 - 2025-02-26 ### Added