|
1 | | -## v2.2.0 |
2 | | -* TODO OCaml 5 (#1003, #1137). |
3 | | -* TODO Library #1138 |
4 | | -* TODO refactor race #1136 |
| 1 | +## v2.2.1 |
| 2 | +* Bump batteries lower bound to 3.5.0. |
| 3 | +* Fix flaky dead code elimination transformation test. |
5 | 4 |
|
| 5 | +## v2.2.0 |
6 | 6 | * Add `setjmp`/`longjmp` analysis (#887, #970, #1015, #1019). |
7 | | -* Refactor race analysis to lazy distribution (#1084, #1089, #1016). |
| 7 | +* Refactor race analysis to lazy distribution (#1084, #1089, #1136, #1016). |
8 | 8 | * Add thread-unsafe library function call analysis (#723, #1082). |
9 | 9 | * Add mutex type analysis and mutex API analysis (#800, #839, #1073). |
10 | 10 | * Add interval set domain and string literals domain (#901, #966, #994, #1048). |
|
19 | 19 | * Fix many incremental analysis issues (#627, #836, #835, #841, #932, #678, #942, #949, #950, #957, #955, #954, #960, #959, #1004, #558, #1010, #1091). |
20 | 20 | * Fix server mode for abstract debugging (#983, #990, #997, #1000, #1001, #1013, #1018, #1017, #1026, #1027). |
21 | 21 | * Add documentation for configuration JSON schema and OCaml API (#999, #1054, #1055, #1053). |
22 | | -* Add many library function specifications (#962, #996, #1028, #1079, #1121, #1135). |
23 | | -* Add OCaml 5.0 support (#945). |
| 22 | +* Add many library function specifications (#962, #996, #1028, #1079, #1121, #1135, #1138). |
| 23 | +* Add OCaml 5.0 support (#1003, #945, #1162). |
24 | 24 |
|
25 | 25 | ## v2.1.0 |
26 | 26 | Functionally equivalent to Goblint in SV-COMP 2023. |
|
0 commit comments