Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: prepare tracing-appender 0.2.3 release #2790

Merged
merged 14 commits into from
Nov 13, 2023
Prev Previous commit
Next Next commit
review nits
davidbarsky committed Nov 13, 2023
commit 270b48d653ba4a4ca0ec78bfa3d1c65b98217925
3 changes: 0 additions & 3 deletions tracing-appender/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -8,9 +8,6 @@ This release contains several new features.
- **non_blocking**: allow worker thread name to be configured ([#2365])
- **rolling**: add a builder for constructing `RollingFileAppender`s ([#2227])
- **rolling**: add `Builder::filename_suffix` parameter ([#2225])

### Changed

- **non_blocking**: name spawned threads ([#2219])
Copy link
Member

Choose a reason for hiding this comment

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

this feels like "added" to me, but your mileage may vary 🤷‍♀️

Copy link
Member Author

Choose a reason for hiding this comment

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

I suppose it's added. I'll make "changed" stuff for breaking changes and otherwise internal, but noteworthy, fixes.


### Fixed