chore: minor changelog adjustments

This commit is contained in:
rvcas 2023-04-13 13:06:25 -04:00
parent 12e8ebdf4f
commit 7105b8c155
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 11 additions and 11 deletions

View File

@ -1,6 +1,6 @@
# Changelog
## 1.0.0-alpha - 2023-04-13
## v1.0.0-alpha - 2023-04-13
### Added
@ -25,7 +25,7 @@
- **uplc**: Greatly improved the Plutus virtual machine performances for script evaluation
## [v0.0.29] - 2023-02-23
## v0.0.29 - 2023-02-23
### Added
@ -56,7 +56,7 @@
- **aiken-project**: remove assets folder in favor of `plutus.json`
- **aiken-lang**: removed some unused constant related data types
## [v0.0.28] - 2023-01-06
## v0.0.28 - 2023-01-06
### Added
@ -71,7 +71,7 @@ N/A
N/A
## [v0.0.27] - 2022-MM-DD
## v0.0.27 - 2022-MM-DD
### Added
@ -98,7 +98,7 @@ N/A
N/A
## [v0.0.26] - 2022-11-23
## v0.0.26 - 2022-11-23
### Added
@ -110,7 +110,7 @@ N/A
- **aiken-lang**: added Option to builtins
- **aiken-lang**: properly handle record parsing and sugar in patterns
## [v0.0.25] - 2022-11-14
## v0.0.25 - 2022-11-14
### Added
@ -130,19 +130,19 @@ N/A
- **uplc**: `Converter::get_index` now takes the full name to provide better error messages for `Error::FreeUnique`
## [v0.0.24] - 2022-11-04
## v0.0.24 - 2022-11-04
### Changed
- **uplc**: Sorted remaining structured in the ScriptContext (Value, Wdrl, (Ref) Inputs, Mint, Required signers, Data, Redeemers)
## [v0.0.23] - 2022-11-03
## v0.0.23 - 2022-11-03
### Changed
- **uplc**: sort inputs for script context fixes an issue in lucid https://github.com/spacebudz/lucid/issues/109
## [v0.0.22] - 2022-10-31
## v0.0.22 - 2022-10-31
### Added
@ -157,7 +157,7 @@ N/A
- **aiken**: Project structure is now a bit different. See [examples/sample](https://github.com/aiken-lang/aiken/tree/main/examples/sample) for more
## [v0.0.21] - 2022-10-23
## v0.0.21 - 2022-10-23
### Added
@ -168,7 +168,7 @@ N/A
- **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
## v0.0.20 - 2022-10-17
### Added