chore: update changelog
This commit is contained in:
parent
fc8c196e14
commit
3055fc5be1
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue