chore: changelog v1.0.8-alpha
This commit is contained in:
parent
8ed3979517
commit
9fe4aab599
26
CHANGELOG.md
26
CHANGELOG.md
|
@ -1,11 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## next - 2023-MM-DD
|
## v1.0.8-alpha - 2023-06-08
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
||||||
- **aiken-lang**: numbers can now be written as hexadecimal digits (e.g. `0x42`)
|
- **aiken-lang**: numbers can now be written as hexadecimal digits (e.g. `0x42`)
|
||||||
- **aiken-lang**: numbers can now be written using numeric underscores as separator (e.g. `1_000_000`)
|
- **aiken-lang**: numbers can now be written using numeric underscores as
|
||||||
|
separator (e.g. `1_000_000`)
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
|
||||||
|
@ -13,17 +14,16 @@
|
||||||
(`|>`) which is now of the lowest precedence.
|
(`|>`) which is now of the lowest precedence.
|
||||||
- **aiken-project**: need to convert to Program<Name> before dumping to uplc
|
- **aiken-project**: need to convert to Program<Name> before dumping to uplc
|
||||||
- **aiken-lang**: fmt crashing when comment at end of file with no newline
|
- **aiken-lang**: fmt crashing when comment at end of file with no newline
|
||||||
|
- **aiken-lang**: Fixed error when using nested boolean checks in when
|
||||||
- Fixed error when using nested boolean checks in when conditions
|
conditions
|
||||||
- Had the wrong conversion for constant maps to plutus data. Fixed to check for
|
- **aiken-lang**: Had the wrong conversion for constant maps to plutus data.
|
||||||
right conversion
|
Fixed to check for right conversion
|
||||||
- Zero arg functions were grabbing extra dependencies they didn't need to
|
- **aiken-lang**: Zero arg functions were grabbing extra dependencies they
|
||||||
- Had the wrong conversion for constant maps to plutus data. Fixed to check for
|
didn't need to
|
||||||
right conversion
|
- **aiken-lang**: Rearrange list clauses and fill in gaps now handles nested
|
||||||
- Rearrange list clauses and fill in gaps now handles nested patterns in a
|
patterns in a uniform way
|
||||||
uniform way
|
- **aiken-lang**: Fixed discards in records that were being sorted incorrectly
|
||||||
- Fixed discards in records that were being sorted incorrectly leading to type
|
leading to type issues
|
||||||
issues
|
|
||||||
|
|
||||||
### Removed
|
### Removed
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue