chore: update changelog

This commit is contained in:
rvcas 2022-10-23 17:57:53 -04:00
parent c89690aa77
commit bed33196bb
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 6 additions and 1 deletions

View File

@ -2,12 +2,17 @@
## [next] - 2022-MM-DD
## [v0.0.21] - 2022-10-23
### Added
- **flat-rs**: New errors for debugging flat decoding issues
### Changed
- **uplc**: Fixed overflow issue by changing `i64` to `i128` in `BigInt::Int` instances
- **uplc**: Added `apply_params_to_script` function (applies params to script and serializes the new script).
## [v0.0.20] - 2022-10-17
### Added