Ban the unification of uvars and var_args functions #914

Merged
ghallak merged 5 commits from ghallak/393 into master 2022-11-02 01:10:57 +09:00
Showing only changes of commit d6ebd60b27 - Show all commits

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.
### Removed
### Fixed
- Typechecker crashes if Chain.create or Chain.clone are used without arguments.
## [7.0.1]
### Added