From 93b62586ce5b1428a617e8ef6deb1d49738b6536 Mon Sep 17 00:00:00 2001 From: Michael Blume Date: Tue, 7 Jun 2016 16:58:08 -0700 Subject: [PATCH] Update changelog. --- CHANGES.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 83a7cb0..124e357 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,12 @@ ## 0.6.4 In development +* Parameterize numbers, properly handle NaN, Infinity, -Infinity (@akhudek) +* Fix lock example in README (@michaelblume) +* Allow joins without a predicate (@stuarth) +* Escape quotes in quoted identifiers (@csummers) +* Add support for INTERSECT (@jakemcc) +* Upgrade Clojure dependency (@michaelblume) + ## 0.6.3 Fix bug when SqlCall/SqlRaw object is first argument to another helper (@MichaelBlume)