From 136a270bd7023eedd0ed30551b3130b79342a805 Mon Sep 17 00:00:00 2001 From: deusaquilus Date: Sun, 8 Apr 2018 01:59:28 -0400 Subject: [PATCH] trigger 2.3.4 release --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f2539a321e..dbffeeedf8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 2.3.4 + +- [`quill-cassandra`: Add encoding for `Byte` and `Short`](https://github.com/getquill/quill/pull/1049) +- [Change referencing `super.prepare` call to `this.prepare` in quill-cassandra contexts](https://github.com/getquill/quill/pull/1067) +- [Adding flatMap, flatten, getOrElse, and Option.apply](https://github.com/getquill/quill/pull/1044) +- [Optimize build](https://github.com/getquill/quill/pull/1060) +- [Fix renaming aggregated properties in groupBy with custom querySchema](https://github.com/getquill/quill/pull/1038) + # 2.3.3 - [Dependency updates](https://github.com/getquill/quill/pull/1042)