-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 release notes for 1.85.1 #138675
Add release notes for 1.85.1 #138675
Conversation
rustbot has assigned @Mark-Simulacrum. Use |
I'm not in T-release, but since same changes are already in the stable branch and that we are 4 days late. I'm going to approve it, as to avoid more confused users, #138819. Btw, I know we generally have a no self-approve PR policy but I think in this case (which is basically just a backport) it's fine to self-approve. @bors r+ p=1 rollup |
Edited PR description to close the issue. |
RELEASES.md
Outdated
|
||
- [Fix the doctest-merging feature of the 2024 Edition.](https://github.com/rust-lang/rust/pull/137899/) | ||
- [Relax some `target_feature` checks when generating docs.](https://github.com/rust-lang/rust/pull/137632/) | ||
- [Fix errors in `std::fs::rename` on Windows 1607.](https://github.com/rust-lang/rust/pull/137528/) |
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.
It doesn't matter much but it's been pointed out to me that this should rightly be "Windows 10, version 1607" to avoid confusing it with the year 1607. We don't officially support Windows versions that far back so there shouldn't be any real ambiguity but it does make sense to be accurate. But it's no big deal either way.
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.
[...] to avoid confusing it with the year 1607. We don't officially support Windows versions that far back [...]
Hmm, is that why the Window epoch starts in 1601? 🤔
Clarified "Windows 1607". @bors r=Urgau |
…iaskrgr Rollup of 8 pull requests Successful merges: - rust-lang#138018 (rustdoc: Use own logic to print `#[repr(..)]` attributes in JSON output.) - rust-lang#138294 (Mark some std tests as requiring `panic = "unwind"`) - rust-lang#138468 (rustdoc js: add nonnull helper and typecheck src-script.js) - rust-lang#138675 (Add release notes for 1.85.1) - rust-lang#138765 (Fix Thread::set_name on cygwin) - rust-lang#138786 (Move some driver code around) - rust-lang#138793 (target spec check: better error when llvm-floatabi is missing) - rust-lang#138822 (De-Stabilize `file_lock`) r? `@ghost` `@rustbot` modify labels: rollup
Rollup merge of rust-lang#138675 - cuviper:release-1.85.1, r=Urgau Add release notes for 1.85.1 Closes rust-lang#138819.
Closes #138819.