From 684b33a03a7498306c798bfb6894867d6c80f1f5 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sun, 11 Apr 2021 04:39:35 -0700 Subject: [PATCH] Note correction to join-by docstring --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 634c860..38b3350 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ * The documentation continues to be expanded and clarified in response to feedback! * Tentative fix for #315 by expanding `:in` handling to deal with `nil` values. * Fix #310 by adding support for `FILTER`, `WITHIN GROUP`, and `ORDER BY` (as an expression), from [nilenso/honeysql-postgres](https://github.com/nilenso/honeysql-postgres) 0.4.112. These are [Special Syntax](doc/special-syntax.md) and there are also helpers for `filter` and `within-group` -- so **be careful about referring in all of `honey.sql.helpers`** since it will now shadow `clojure.core/filter` (it already shadows `for`, `group-by`, `into`, `partition-by`, `set`, and `update`). - * Fix #308 by supporting join clauses in `join-by`. + * Fix #308 by supporting join clauses in `join-by` (and correcting the helper docstring). * 2.0.0-beta1 (for testing; 2021-04-09) * Since Alpha 3, more documentation has been written and existing documentation clarified (addressing #300, #309, #313, #314).