From cef11a761d2d356472437158d288a8e350e053ee Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Tue, 16 Feb 2021 11:42:56 -0800 Subject: [PATCH] Prep for 2.0.0-alpha2 --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a611b2..26876b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changes +* 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`. + * Numerous small improvements have been made to clauses and helpers around insert/upsert. * 2.0.0-alpha1 (for early testing) * This is a complete rewrite/simplification of HoneySQL that provides just two namespaces: * `honey.sql` -- this is the primary API via the `format` function as well as the various extension points.