chore: make items in v0.0.22 a bullet list

This commit is contained in:
rvcas 2022-10-31 17:04:50 -04:00
parent 5d7a4e8f39
commit 7e220e9a31
No known key found for this signature in database
GPG Key ID: C09B64E263F7D68C
1 changed files with 7 additions and 7 deletions

View File

@ -6,16 +6,16 @@
### Added
**aiken**: Fancy errors using [miette](https://github.com/zkat/miette)
**aiken**: Typechecking
**aiken**: Inject `aiken/builtin` module with some functions from `DefaultFunction` in UPLC directly exposed
**aiken-lang**: add `infer` method to `UntypedModule` which returns a `TypedModule`
**uplc**: Expose various Pallas primitives from UPLC to make constructing
UPLC types possible for consumers
- **aiken**: Fancy errors using [miette](https://github.com/zkat/miette)
- **aiken**: Typechecking
- **aiken**: Inject `aiken/builtin` module with some functions from `DefaultFunction` in UPLC directly exposed
- **aiken-lang**: add `infer` method to `UntypedModule` which returns a `TypedModule`
- **uplc**: Expose various Pallas primitives from UPLC to make constructing
UPLC types possible for consumers
### Changed
**aiken**: Project structure is now a bit different. See [examples/sample](https://github.com/txpipe/aiken/tree/main/examples/sample) for more
- **aiken**: Project structure is now a bit different. See [examples/sample](https://github.com/txpipe/aiken/tree/main/examples/sample) for more
## [v0.0.21] - 2022-10-23