Skip to content

Commit a721f68

Browse files
committed
List main release changes
1 parent 6af78d6 commit a721f68

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

hugr/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,15 @@
22

33
## [0.21.0](https://github.com/CQCL/hugr/compare/hugr-v0.20.2...hugr-v0.21.0) - 2025-07-09
44

5+
6+
This release includes a long list of changes:
7+
8+
- The HUGR model serialization format is now stable, and should be preferred over the old JSON format.
9+
- Type parameters and type arguments are now unified into a single `Term` type.
10+
- Function definitions can no longer be nested inside dataflow regions. Now they must be defined at the top level module.
11+
- Function definitions and declarations now have a `Visibility` field, which define whether they are visible in the public API of the module.
12+
- And many more fixes and improvements.
13+
514
### Bug Fixes
615

716
- DeadFuncElimPass+CallGraph w/ non-module-child entrypoint ([#2390](https://github.com/CQCL/hugr/pull/2390))

0 commit comments

Comments
 (0)