chore: update changelog
This commit is contained in:
parent
c89690aa77
commit
bed33196bb
|
@ -2,12 +2,17 @@
|
||||||
|
|
||||||
## [next] - 2022-MM-DD
|
## [next] - 2022-MM-DD
|
||||||
|
|
||||||
|
## [v0.0.21] - 2022-10-23
|
||||||
|
|
||||||
|
### Added
|
||||||
|
|
||||||
|
- **flat-rs**: New errors for debugging flat decoding issues
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
- **uplc**: Fixed overflow issue by changing `i64` to `i128` in `BigInt::Int` instances
|
- **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).
|
- **uplc**: Added `apply_params_to_script` function (applies params to script and serializes the new script).
|
||||||
|
|
||||||
|
|
||||||
## [v0.0.20] - 2022-10-17
|
## [v0.0.20] - 2022-10-17
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
|
|
Loading…
Reference in New Issue