Rename type_defs to typedefs in ACI to increase compatibility (#421)

This commit is contained in:
Denis Davidyuk
2022-11-01 07:55:00 +01:00
committed by GitHub
parent 09638daa90
commit 4ca90feea0
4 changed files with 10 additions and 9 deletions
+1
View File
@@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
```
- Return a mapping from variables to FATE registers in the compilation output.
### Changed
- Type definitions serialised to ACI as `typedefs` field instead of `type_defs` to increase compatibility.
### Removed
### Fixed