Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ All significant changes to this project will be documented in this file.

## Unreleased
Copy link
Copy Markdown
Member

@notfilippo notfilippo May 18, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can drop this "Unreleased"?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope. It's a stub for the next unreleased changelog. An empty "Unrelesed" section would not cause misunderstanding and it simplifies contributors to attatch changelog entries instead of the very first contributor should add an "Unreleased" heading.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe it would be nice to add an HTML style comment to denote that. Thanks for the explanation.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you submit a PR to add one?

It's intuitive to me when I learn this pattern from somewhere like https://github.com/open-telemetry/opentelemetry-rust/blob/b1393e31c12543e704be6d4595b3d22134c59f9b/opentelemetry-http/CHANGELOG.md.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you submit a PR to add one?

Sure. Why not! Looks actually like a fairly nice approach and might enforce PR creators to also include an entry in the CHANGELOG.md so it can always be up-to-date with unreleased changes.


## v0.3.0 (2026-05-18)

### Breaking changes

* `CountMinSketch` now has a type parameter for the count type. Possible values are `u8` to `u64` and `i8` to `i64`.
Expand Down