From 59fd532e7aa978a6f6f8ece4bd64aa658a9e031a Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Tue, 26 Jun 2018 16:56:32 -0700 Subject: [PATCH] Document changes coming in next release --- CHANGES.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 3be442c..8e244e7 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,13 @@ +## 0.9.3-SNAPSHOT (in progress) + +* Add examples of table/column aliases to the README. Fix #215. (@seancorfield) +* Refactor parameterizer to use multimethods. PR #214. (@xlevus) +* Add examples of `raw` and `inline` to the README. Fix #213. (@seancorfield) +* Bring all dependencies up-to-date. (@seancorfield) +* Add `run-tests.sh` to make it easier to run the same tests manually that run on TravisCI. (@seancorfield) +* Add `deps.edn` to support `clj`/`tools.deps.alpha`. (@seancorfield) +* Expose `#sql/inline` data reader. (@seancorfield) + ## 0.9.2 * Remove `nil` `:and` arguments for where. Fix #203. (@michaelblume)