From 1bbdfeef7550c5359459e36c7a016edbbb7e8320 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Sat, 6 Mar 2021 22:19:02 -0800 Subject: [PATCH] Update changelog to reflect current state --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42620b3..1773384 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,9 @@ # Changes * 2.0.0-alpha3 in progress - * Reconcile `where` behavior with recent 1.0 changes. + * Fix #305 by supporting more complex join clauses. + * Add tests to confirm #299 does not affect v2. + * Reconcile `where` behavior with recent 1.0 changes (porting #283 to v2). * 2.0.0-alpha2 (for early testing) * Since Alpha 1, a lot more documentation has been written and docstrings have been added to most functions in `honey.sql.helpers`.