-
Notifications
You must be signed in to change notification settings - Fork 369
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
Add draft of 0.19 changelog and release notes #7781
Conversation
65c1ca4
to
46826aa
Compare
Deployed docs
|
CHANGELOG.md
Outdated
- Update ndarray to 0.16 and ndarray-rand to 0.15 [#7358](https://github.com/rerun-io/rerun/pull/7358) (thanks [@benliepert](https://github.com/benliepert)!) | ||
- Replace `host_web_viewer` method with `WebViewerConfig::host_web_viewer` [#7553](https://github.com/rerun-io/rerun/pull/7553) | ||
- Update MSRV to Rust 1.79 [#7563](https://github.com/rerun-io/rerun/pull/7563) | ||
- Implement `From<ShowLabels>` for `bool` [#7686](https://github.com/rerun-io/rerun/pull/7686) (thanks [@grtlr](https://github.com/grtlr)!) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ShowLabels
is a new feature (It is still decorated with "attr.docs.unreleased",
). Strange that it didn't make it into the log api list (it's definitely noteworthy). But the bool conversion is an addition to the new thing, so should probably be left out
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like it maybe shipped in 0.18.1 but without a changelog entry 🤔
Co-authored-by: Andreas Reich <[email protected]>
What
The first draft. We will improve it more before the release.
Checklist