Skip to content

Commit

Permalink
Updated changelog for 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
losmi83 committed Jun 4, 2019
1 parent 778ac47 commit ffaac20
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
lazy val commonSettings = Seq(
// --------- Project information
organization := "ch.epfl.data",
version := "3.0",
version := "2.3",

// --------- Compilation options
scalaVersion := "2.11.11", // LMS requires 2.11.2 --> root uses the same
Expand Down
7 changes: 7 additions & 0 deletions ddbtoaster/release/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
DBToaster Changelog
===============================================================================

Release 2.3 - 2019/06/04

- Added Pardis code generator for Scala and C++. Pardis is now default Scala codegen.
- Enabled custom payload types in vanilla C++.
- Various frontend and backend optimizations


Release 2.2 (revision 3387) - 2015/11/27

- Added support for batch updates via flags '--batch' and '--xbs <BATCH_SIZE>'.
Expand Down

0 comments on commit ffaac20

Please sign in to comment.