Skip to content

Commit 49d5de5

Browse files
committed
Add initial CHANGELOG for v2.6.0
1 parent 474ffc3 commit 49d5de5

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## v2.6.0 Awkward Aardvark (unreleased)
2+
* Add division by zero analysis (#1764).
3+
* Add bitfield domain (#1623).
4+
* Add weakly-relational C-2PO pointer analysis (#1485).
5+
* Add widening delay (#1358, #1442, #1483).
6+
* Add narrowing of globals to top-down solver (#1636).
7+
* Add weak dependencies to top-down solver (#1746, #1747).
8+
* Add YAML ghost witness generation (#1394).
9+
* Use C standard option for preprocessing (#1807).
10+
* Add bash completion for array options (#1670, #1705, #1750).
11+
* Make `malloc(0)` semantics configurable (#1418, #1777).
12+
* Update path-sensitive analyses (#1785, #1791, #1792).
13+
* Fix evaluation of library function arguments (#1758, #1761).
14+
* Optimize affine equalities analysis using sparse matrices (#1459, #1625).
15+
* Prepare for parallelism (#1708, #1744, #1748).
16+
117
## v2.5.0
218
Functionally equivalent to Goblint in SV-COMP 2025.
319

0 commit comments

Comments
 (0)