Skip to content

Commit

Permalink
Merge pull request #2015 from b-scholz/changelog
Browse files Browse the repository at this point in the history
Fixing README / Changelog
  • Loading branch information
Bernhard Scholz authored Aug 18, 2021
2 parents f912fe4 + d9a9fcc commit 6339e02
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 5 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ Use either the [issue list](https://github.com/souffle-lang/souffle/issues) for
- releases
- compatibility issues
- refactoring.

or use the [discussions](https://github.com/souffle-lang/souffle/discussions) bulletin board to engage with other community members and for asking questions you’re wondering about.

## How to contribute
Expand All @@ -56,6 +57,7 @@ The general workflow is as follows.
2. Fork the [souffle-lang/souffle](http://github.com/souffle-lang/souffle.git) repo.
3. Push your changes to a branch in your forked repo.
4. Submit a pull request to souffle-lang/souffle from your forked repo.

Our continuous integration framework enforces coding guidelines with the help of clang-format and clang-tidy.

For more information on building and developing Souffle, please read the [developer tutorial](https://souffle-lang.github.io/development).
Expand Down
30 changes: 25 additions & 5 deletions debian/changelog.in
Original file line number Diff line number Diff line change
@@ -1,8 +1,28 @@
souffle (@VERSION@-1) UNRELEASED; urgency=low

* Interpreter performance improvement

-- Martin McGrane <[email protected]> @DEBDATE@
souffle (2.1) UNRELEASED; urgency=low

* Choice domain (@XiaowenHu96)
* Proper treatment of escape codes in symbol constants (@lyxell)
* CSV output has rfc4180 flag for delimiters (@quentin)
* Fix UDF syntax (@TomasPuverle)
* Add no_magic/no_inline relational qualifiers (@sharon-wang)
* Retire $; replace by autoinc() (@b-scholz)
* Suppress file errors with -w flag (@b-scholz)
* Re-implementation of the ast-to-ram translator (@azreika)
* Added Cmake PORT support (@XiaowenHu96, @quentin
* GitHub Action (@XiaowenHu96, @quentin, @XiaowenHu96, @b-scholz, @lyxell,@quentin,@OlivierHamel)
* Debian Packaging and CodeCov support in GitHub Action/Cmake (@phao5814)
* Lock-free record/symbol tables (@quentin)
* Interpreter refactoring / fixing (@XiaowenHu96)
* Type Analysis Refactoring (@azreika, @tytus-metrycki)
* New SIPS strategy (@langston-berrett)
* Refactor AST & RAM & Provenance (@TomasPuverle, @b-scholz, @azreika)
* RAM Optimisation (@SamArch27)
* Multiple library flag (@mclements)
* Added “max-bound-delta” SIPS (@langston-barrett)
* General Fixes and improvements (@b-scholz, @csabahruska, @julienhenry, @langston-berrett, @mmcgr, @TomasPuverle, @quentin,@XiaowenHu96)
* Add fuzzing scripts with AFL and Radamsa (@langston-barrett)

-- Bernhard Scholz <[email protected]> Tue 17 Aug 2021 12:08:04 +1100

souffle (2.0.2); urgency=low

Expand Down

0 comments on commit 6339e02

Please sign in to comment.