From 4064a3e4e66ca9828b86e4a6d0e9b1c74d8b2695 Mon Sep 17 00:00:00 2001 From: rvcas Date: Mon, 24 Oct 2022 00:08:01 -0400 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d742d037..86b59907 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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