File tree Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Expand file tree Collapse file tree 1 file changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,26 @@ Changelog
4
4
Unreleased
5
5
----------
6
6
7
- > Nothing yet
7
+ * Add Bitwuzla solver support
8
+ * Fix interpreter handling of complex executable names with arguments
9
+ * Add continuous integration (CI) pipeline
10
+ * Update to Scala 3.7.0
11
+ * Update sbt to 1.11.1
12
+ * Add floating point theory support
13
+ * Support for cvc5 solver
14
+ * Upgrade to Scala 3.3
15
+ * Make some arithmetic operations n-ary
16
+ * Add int2bv and bv2nat operations
17
+ * Read stderr and return error if not empty
18
+ * Cross-compilation for Scala 3.0
19
+ * Add lexing for #unspecified literal (Z3 4.8.10)
20
+ * Remove bintray settings
21
+ * Make model token optional when parsing solver output
22
+ * Fix SimpleTreeTransformer
23
+ * Fix or operation
24
+ * Minor changes and upgrade to Scala 2.13.1
25
+ * Remove hack for CVC4 and add -i flag as default
26
+ * Various CVC4 compatibility fixes
8
27
9
28
v0.2.4
10
29
------
You can’t perform that action at this time.
0 commit comments