From c3be42cd9d75e029cdf8e87f242cf5d8a776d757 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 1 Jul 2018 20:21:46 -0700 Subject: [PATCH] Update Change Log for 0.9.3 --- CHANGES.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGES.md b/CHANGES.md index 1dd2744..91f7464 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -4,9 +4,13 @@ * 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) +* Add `register-parameterizer` for custom parameterizers. PR #209. (@juvenn) +* Change `set` priority to after `join`. Fix #200. (@michaelblume) +* Switch dependency version checker to deps.co. PR #197. (@danielcompton) +* Support `join ... using( ... )`. Fix #188, PR #201. (@vincent-dm) * Add multi-version testing for Clojure 1.7, 1.8, 1.9, 1.10 (master) (@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 `run-tests.sh` to make it easier to run the same tests manually that run on Travis-CI. (@seancorfield) * Add `deps.edn` to support `clj`/`tools.deps.alpha`. (@seancorfield) * Expose `#sql/inline` data reader. (@seancorfield)