Update CHANGELOG

This commit is contained in:
Gaith Hallak 2022-10-23 12:59:37 +03:00
parent cb588dc04b
commit d84e21a5ad

View File

@ -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 spend(x : int) : int = x
entrypoint f(c : Main) : int = c.spend(10) entrypoint f(c : Main) : int = c.spend(10)
``` ```
- Return a mapping from variables to FATE registers in the compilation output.
### Changed ### Changed
### Removed ### Removed
### Fixed ### Fixed