-
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.
Merge pull request #1556 from mmcgr/changes
Update changelog
- Loading branch information
Showing
1 changed file
with
14 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,4 +1,18 @@ | ||
souffle (@VERSION@-1) UNRELEASED; urgency=low | ||
* Stop overmaterialising aggregate bodies (rdowavic) | ||
* Parallelise aggregate computation (rdowavic) | ||
* Add JSON IO (GaloisNeko) | ||
* Extend program minimiser (azreika) | ||
* Use greater precision for floating point output (mmcgr) | ||
* Fix duplicated symbols with multiple souffle object files (luc-tielen) | ||
* Fix multithreaded, interpreted, provenance (taipan-snake) | ||
* Fix provenance constraint explanation (taipan-snake) | ||
* Fix path detection for souffle tools (mmcgr) | ||
* Fix output directory use (mmcgr) | ||
|
||
-- Martin McGrane <[email protected]> Wed, 29 Jul 2020 11:54:01 +1100 | ||
|
||
souffle (2.0.0); urgency=low | ||
* Added `--legacy` flag to allow use of legacy options (darth-tytus) | ||
* Added `--show [...]` flag to show various extra bits of information for | ||
debugging/optimising (lyndonhenry) | ||
|