Mention Riley contribution in CHANGELOG.

This commit is contained in:
KtorZ 2024-09-10 13:23:16 +02:00
parent 7741be64f8
commit 74d197077d
No known key found for this signature in database
GPG Key ID: 33173CB6F77F4277
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## v1.1.1 - UNRELEASED
## v1.1.1 - 2024-09-10
### Added
@ -14,6 +14,7 @@
- **aiken-lang**: Fix formatter on long alternative patterns spanning over multiple lines. @KtorZ
- **aiken-lang**: Fix needed parentheses under trace-if-false operator for todo, fail, unop & pipelines; removed when formatting. @KtorZ
- **aiken-lang**: Fix formatter removing curly braces around multi-line constants. It's fine to not have curly braces, but it's the Aiken signature after all. @KtorZ
- **aiken-lang**: Improve LSP suggestion for module imports. @Riley-Kilgore
### Removed