Update CHANGELOG

This commit is contained in:
Gaith Hallak 2022-12-10 13:46:24 +03:00
parent 36d8e5d871
commit 377e294c5f

View File

@ -18,6 +18,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Type definitions serialised to ACI as `typedefs` field instead of `type_defs` to increase compatibility. - Type definitions serialised to ACI as `typedefs` field instead of `type_defs` to increase compatibility.
- Check contracts and entrypoints modifiers when implementing interfaces. - Check contracts and entrypoints modifiers when implementing interfaces.
- Contracts can no longer be used as namespaces. - Contracts can no longer be used as namespaces.
- Do not show unused stateful warning for functions that call other contracts with a non-zero value argument.
### Removed ### Removed
### Fixed ### Fixed
- Typechecker crashes if Chain.create or Chain.clone are used without arguments. - Typechecker crashes if Chain.create or Chain.clone are used without arguments.