From f31533d8d6928466b0784047ed0051c51fab83ee Mon Sep 17 00:00:00 2001 From: Sean Corfield Date: Thu, 26 Sep 2024 14:22:23 -0700 Subject: [PATCH] note #545 in changelog Signed-off-by: Sean Corfield --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7440bfe..6ebac5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changes * 2.6.next in progress + * Performance optimization (on allocations, primarily) via PR [#545](https://github.com/seancorfield/honeysql/pull/545) [@alexander-yakushev](https://github.com/alexander-yakushev). * Fix [#543](https://github.com/seancorfield/honeysql/issues/543) by supporting both symbols and keywords in named parameters. * Address [#541](https://github.com/seancorfield/honeysql/issues/541) by specifying the expected result of a formatter function passed to `register-clause!` and adding the example from the README to **Extending HoneySQL**. * Getting Started updated based on feedback from Los Angeles Clojure meetup walkthrough [#539](https://github.com/seancorfield/honeysql/issues/539).