chore: update changelog

This commit is contained in:
rvcas 2022-10-17 17:21:19 -04:00
parent a83c731eb1
commit a9621756f4
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 7 additions and 0 deletions

View File

@ -2,7 +2,14 @@
## [next] - 2022-MM-DD ## [next] - 2022-MM-DD
---
## [v0.0.20] - 2022-10-17
### Added ### Added
- **aiken**: `Project` module which is responsible loading modules and running the compilation steps - **aiken**: `Project` module which is responsible loading modules and running the compilation steps
- **aiken**: `UplcCommand::Flat` flip the cbor_hex if condition so that the correct logic runs when using the flag - **aiken**: `UplcCommand::Flat` flip the cbor_hex if condition so that the correct logic runs when using the flag
- **uplc**: use i128 for `Constant::Integer`
- **flat-rs**: add support for i128 encode and decode
- **flat-rs**: add i128 zigzag function