From 0cd81b5d9bd759ccd87b3d0f2ba7bc192893071a Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Tue, 28 Jan 2025 12:50:04 -0800 Subject: [PATCH] note doc update in change log Signed-off-by: Sean Corfield --- CHANGELOG.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1064bb..6f302dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changes +* 2.6.next in progress + * Add examples of `:alias` with `:group-by` (syntax is slightly different to existing examples for `:order-by`). + * 2.6.1270 -- 2025-01-17 * Fix autoboxing introduced in 2.6.1270 via PR [#564](https://github.com/seancorfield/honeysql/pull/564) [@alexander-yakushev](https://github.com/alexander-yakushev).