From a26e76830f50dce599dec70c4229d165aa16148a Mon Sep 17 00:00:00 2001 From: Douglas Wilson Date: Fri, 28 Jun 2024 09:11:00 +0100 Subject: [PATCH] adjust CHANGELOG.md --- hugr-passes/CHANGELOG.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/hugr-passes/CHANGELOG.md b/hugr-passes/CHANGELOG.md index 0fb14b0d5..1e42019b1 100644 --- a/hugr-passes/CHANGELOG.md +++ b/hugr-passes/CHANGELOG.md @@ -2,18 +2,10 @@ ## 0.3.0 (2024-06-27) -### Bug Fixes - -- Add some validation for const nodes ([#1222](https://github.com/CQCL/hugr/pull/1222)) - ### Features - [**breaking**] Validate Extensions using hierarchy, ignore input_extensions, RIP inference ([#1142](https://github.com/CQCL/hugr/pull/1142)) -### Refactor - -- [**breaking**] Remove NodeType and input_extensions ([#1183](https://github.com/CQCL/hugr/pull/1183)) - ## 0.2.0 (2024-06-07)