Skip to content

Commit 7ca90f5

Browse files
committed
docs(CHANGELOG): note about #169
1 parent c2eb5d3 commit 7ca90f5

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,23 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4-
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
<!-- next-header -->
88

99
## [Unreleased] - ReleaseDate
10+
### Added
11+
- query/cursor: add `RowCursor::{decoded_bytes,received_bytes}` methods ([#169]).
12+
13+
### Changed
14+
- query/cursor: improve performance of `RowCursor::next()` ([#169]).
15+
1016
### Fixed
1117
- mock: work with the advanced time via `tokio::time::advance()` ([#165]).
1218

1319
[#165]: https://github.com/ClickHouse/clickhouse-rs/pull/165
20+
[#169]: https://github.com/ClickHouse/clickhouse-rs/pull/169
1421

1522
## [0.13.0] - 2024-09-27
1623
### Added

0 commit comments

Comments
 (0)