]> git.lizzy.rs Git - rust.git/blobdiff - RELEASES.md
Rollup merge of #90835 - sunfishcode:sunfishcode/wasi-char-device, r=alexcrichton
[rust.git] / RELEASES.md
index 52d823d8acac48c035ac564f5cbbe0498375426d..a38ab7cabf468c39aace386fb49321579be2dc22 100644 (file)
@@ -1,3 +1,11 @@
+Version 1.56.1 (2021-11-01)
+===========================
+
+- New lints to detect the presence of bidirectional-override Unicode
+  codepoints in the compiled source code ([CVE-2021-42574])
+
+[CVE-2021-42574]: https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2021-42574
+
 Version 1.56.0 (2021-10-21)
 ========================
 
@@ -77,7 +85,7 @@ Cargo
 - [Cargo supports specifying a minimum supported Rust version in Cargo.toml.][`rust-version`]
   This has no effect at present on dependency version selection.
   We encourage crates to specify their minimum supported Rust version, and we encourage CI systems
-  that support Rust code to include a crate's specified minimum version in the text matrix for that
+  that support Rust code to include a crate's specified minimum version in the test matrix for that
   crate by default.
 
 Compatibility notes