From 77577517c89d864885ea40f0cd16763f34c8b5b0 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 6 Mar 2021 22:27:53 -0800 Subject: [PATCH] Note parity with nilenso/honeysql-postgres --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1773384..a35cd59 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ * 2.0.0-alpha3 in progress * Fix #305 by supporting more complex join clauses. * Add tests to confirm #299 does not affect v2. + * Confirm the whole of the [nilenso/honeysql-postgres](https://github.com/nilenso/honeysql-postgres) is implemented out-of-the-box (#293). * Reconcile `where` behavior with recent 1.0 changes (porting #283 to v2). * 2.0.0-alpha2 (for early testing)