Skip to content

Commit cce4c72

Browse files
authored
Update RELEASES.md
1 parent bb6b6ae commit cce4c72

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASES.md

+3
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,8 @@ Compatibility Notes
7676
- [Macros that end with a semi-colon are now treated as statements even if they expand to nothing.][78376]
7777
- [Rustc will now check for the validity of some built-in attributes on enum variants.][77015]
7878
Previously such invalid or unused attributes could be ignored.
79+
- Leading whitespace is stripped more uniformly in documentation comments, which may change behavior. You
80+
read [this post about the changes][rustdoc-ws-post] for more details.
7981

8082
Internal Only
8183
-------------
@@ -120,6 +122,7 @@ related tools.
120122
[`hint::spin_loop`]: https://doc.rust-lang.org/stable/std/hint/fn.spin_loop.html
121123
[`Poll::is_ready`]: https://doc.rust-lang.org/stable/std/task/enum.Poll.html#method.is_ready
122124
[`Poll::is_pending`]: https://doc.rust-lang.org/stable/std/task/enum.Poll.html#method.is_pending
125+
[rustdoc-ws-post]: https://blog.guillaume-gomez.fr/articles/2020-11-11+New+doc+comment+handling+in+rustdoc
123126

124127
Version 1.48.0 (2020-11-19)
125128
==========================

0 commit comments

Comments
 (0)