We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1294ae9 commit 782c1ebCopy full SHA for 782c1eb
1 file changed
CHANGELOG.md
@@ -10,7 +10,14 @@
10
11
### 1.0.9-dev
12
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.)
17
18
+* Move to CVC 1.3.1.
19
+
20
+* Add support for Python up to 3.14.
21
22
### 1.0.8
23
0 commit comments