From d84e21a5ada46f488027699f3d4301ab36f5455e Mon Sep 17 00:00:00 2001 From: Gaith Hallak Date: Sun, 23 Oct 2022 12:59:37 +0300 Subject: [PATCH] Update CHANGELOG --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab4867a..63e2043 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 entrypoint spend(x : int) : int = x entrypoint f(c : Main) : int = c.spend(10) ``` +- Return a mapping from variables to FATE registers in the compilation output. ### Changed ### Removed ### Fixed