chore: update changelog

This commit is contained in:
rvcas 2025-03-02 22:20:06 -05:00 committed by Lucas
parent fc8c196e14
commit 3055fc5be1
1 changed files with 5 additions and 1 deletions

View File

@ -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