openqasm/releasenotes/notes/add-type-annotations-to-loo...

8 lines
282 B
YAML

---
fixes:
- |
The language specification requires that the type of a loop variable in a
`for` loop be declared. However a few examples of `for` loops lacked these
declarations. These examples have been fixed to include type declarations
on these loop variables.