From bc3394e6dde6d7609129197802c4986e190a34d4 Mon Sep 17 00:00:00 2001 From: Michael Blume Date: Sat, 8 Jul 2017 20:07:46 -0700 Subject: [PATCH] call out breaking changes --- CHANGES.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index 565b947..58f245f 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,9 @@ ## 0.9.0 +BREAKING CHANGES: + +* Some tuples used as values no longer work. See #168. + * Reprioritize WITH wrt UNION and UNION ALL (@emidln) * Helpers for :with and :with-recursive clauses (@enaeher) * Allow namespaced keywords and symbols for queries. (@jrdoane)