Skip to content

Commit 782c1eb

Browse files
Add missing CHANGELOG
1 parent 1294ae9 commit 782c1eb

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,14 @@
1010

1111
### 1.0.9-dev
1212

13+
* Reject recursive trees. Thank you to Melody Ma for uncovering
14+
it. The API now raises an exception `Recursion` if you attempt to
15+
construct an AST that is not a DAG. (Note: you can of course still
16+
re-use nodes, as long as there are no loop in the DAG.)
1317

18+
* Move to CVC 1.3.1.
19+
20+
* Add support for Python up to 3.14.
1421

1522
### 1.0.8
1623

0 commit comments

Comments
 (0)