Skip to content

Commit

Permalink
docs(CHANGELOG): note about #90
Browse files Browse the repository at this point in the history
  • Loading branch information
loyd committed Nov 25, 2023
1 parent 8400658 commit f8f374b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- derive: support `serde::skip_deserializing` ([#83]).
- the `quanta` feature, enabled by default.
- inserter: can be limited by size, see `Inserter::with_max_bytes()`.
- insert: apply options set on the client ([#90]).

### Changed
- **BREAKING** inserter: `Inserter::write` is synchronous now.
Expand All @@ -25,6 +26,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- watch: support a new syntax.

[#83]: https://github.com/loyd/clickhouse.rs/pull/83
[#90]: https://github.com/loyd/clickhouse.rs/pull/90

## [0.11.6] - 2023-09-27
### Fixed
Expand Down

0 comments on commit f8f374b

Please sign in to comment.