Skip to content

Commit b188fa6

Browse files
authored
Update RELEASES.md
1 parent d623836 commit b188fa6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

RELEASES.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ Libraries
3737
- [Specialize Vec::from_elem to use calloc][40409]
3838
- [Fixed Race condition in fs::create_dir_all][39799]
3939
- [No longer caching stdio on Windows][40516]
40-
- [Changed how the `0` works in format!][40241] Padding zeroes are now always
41-
placed after the sign if it exists and before the digits. With the `#` flag
42-
the zeroes are placed after the prefix and before the digits.
4340
- [Optimized insertion sort in slice][40807] insertion sort in some cases
4441
2.50%~ faster and in one case now 12.50% faster.
4542
- [Optimized `AtomicBool::fetch_nand`][41143]
@@ -72,7 +69,7 @@ Misc
7269
----
7370

7471
- [rustdoc can now use pulldown-cmark with the `--enable-commonmark` flag][40338]
75-
- [Rustdoc added support for images, rules and footnotes in Markdown][40919]
72+
- [rustdoc added support for images, rules and footnotes in Markdown][40919]
7673
- [Added rust-winbg script for better debugging on Windows][39983]
7774
- [Rust now uses the official cross compiler for NetBSD][40612]
7875
- [rustdoc now accepts `#` at the start of files][40828]
@@ -81,6 +78,9 @@ Misc
8178
Compatibility Notes
8279
-------------------
8380

81+
- [Changes to how the `0` flag works in format!][40241] Padding zeroes are now
82+
always placed after the sign if it exists and before the digits. With the `#`
83+
flag the zeroes are placed after the prefix and before the digits.
8484
- [The refactor of trait object type parsing][40043] fixed a bug where `+` was
8585
receiving the wrong priority parsing things like `&for<'a> Tr<'a> + Send` as
8686
`&(for<'a> Tr<'a> + Send)` instead of `(&for<'a> Tr<'a>) + Send`

0 commit comments

Comments
 (0)