chore: update changelog

This commit is contained in:
rvcas 2022-10-24 00:08:01 -04:00 committed by Lucas
parent a41d05f7b6
commit 4064a3e4e6
1 changed files with 10 additions and 0 deletions

View File

@ -2,6 +2,16 @@
## [next] - 2022-MM-DD
### Added
**aiken**: Fancy errors using [miette](https://github.com/zkat/miette)
**aiken**: Typechecking
**aiken-lang**: add `infer` method to `UntypedModule` which returns a `TypedModule`
### Changed
**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
### Added