From b7b1ebafb9dd31b6f7faf2dbd919154c027abb84 Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Wed, 2 Feb 2022 22:36:59 -0800 Subject: [PATCH] note #352 in changelog --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index fafea44..7ed1b94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changes +* 2.2.next in progress + * Address [#352](https://github.com/seancorfield/honeysql/issues/352) by treating `:'` as introducing a function name that should be transcribed exactly as-is into the generated SQL. + * 2.2.861 -- 2022-01-30 * Address [#382](https://github.com/seancorfield/honeysql/issues/382) by adding `:case-expr` for BigQuery support. * Address [#381](https://github.com/seancorfield/honeysql/issues/381) by adding `generic-helper-variadic` and `generic-helper-unary` to `honey.sql.helpers`.