-
Notifications
You must be signed in to change notification settings - Fork 208
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
18 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
souffle (2.4.1) stable; urgency=low | ||
* Remove escapes in arch build (XiaowenHu96) | ||
* fix windows CI (quentin) | ||
* Fix subsumption (julienhenry) | ||
* remove -Werror from CMakeLists.txt (ammkrn) | ||
* Provide way to debug delta relations and expose iteration counter (julienhenry) | ||
* fix "variable only occurs once" checker (quentin) | ||
* fix bad source location for END token (quentin) | ||
* Fix generated code for eqrel when emitting statistics (fangyi-zhou) | ||
* do not consider debug_delta relations as empty (julienhenry) | ||
* Fix auto-scheduler profile mismatch (fangyi-zhou) | ||
* fixes souffleprof and enable build on Windows (quentin) | ||
* Enabling souffle-lang/souffle GitHub dependency graph with vcpk (#2427) (quentin) | ||
* fix sqlite reading of empty values (dbueno) | ||
* symbol concatenation with binary `+` (quentin) | ||
|
||
-- Quentin Sabah <[email protected]> Web, 11 Oct 2023 11:00:00 +0100 | ||
|
||
souffle (2.4) stable; urgency=low | ||
* New option --generate-many to split the generated C++ Code into multiple files (julienhenry) | ||
* Purge input and intermediate relations (adamjseitz) | ||
|