From a8e32061bc7ee396a8126317bcc5d4b79bd25245 Mon Sep 17 00:00:00 2001 From: Paul Loyd Date: Wed, 7 Aug 2024 11:33:02 +0400 Subject: [PATCH] docs(CHANGELOG): note about #119 and #120 --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5a8e27..b5f1646 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] - ReleaseDate +### Added +- query/bind: support `Option` in `query.bind(arg)` ([#119], [#120]). + +[#119]: https://github.com/ClickHouse/clickhouse.rs/issues/119 +[#120]: https://github.com/ClickHouse/clickhouse.rs/pull/120 ## [0.12.0] - 2024-07-16 ### Added