-
Notifications
You must be signed in to change notification settings - Fork 212
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 #1166 from mmcgr/release
Update changelog
- Loading branch information
Showing
1 changed file
with
16 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,20 @@ | ||
souffle (@VERSION@-1) UNRELEASED; urgency=low | ||
* Rewrote Interpreter for enhanced performance (XiaowenHu96,HerbertJordan) | ||
* Add SWIG interface (detljh,chadgavin,honghyw) | ||
* Improved C++ interface and documentation (detljh,chadgavin,honghyw) | ||
* C++ interface allows specification of thread count (mmcgr) | ||
* Added RAM analysis to debug report (b-scholz) | ||
* New provenance instrumentation storing subproof heights (ssallinger) | ||
* Compiles with MSVC (brianfairservice) | ||
* Provenance interface supports querying results (yuli6313) | ||
* Removed mpi support | ||
* C++17 used for synthesised code | ||
* Performance enhancements | ||
* Bug fixes | ||
|
||
-- Kostyantyn Vorobyov <[email protected]> Thu, 28 Nov 2019 13:34:20 +1100 | ||
|
||
souffle (1.6.2); urgency=low | ||
* Fix transformation of aggregates (b-scholz) | ||
|
||
-- Kostyantyn Vorobyov <[email protected]> Fri, 8 Aug 2019 16:44:31 +1100 | ||
|