]> git.lizzy.rs Git - rust.git/blobdiff - RELEASES.md
Rollup merge of #60207 - felixrabe:patch-1, r=steveklabnik
[rust.git] / RELEASES.md
index 24461742ad898304efb2d1cccebb67ff55f39e25..48bd13105bbea92a5b431359095b3863c908cbb5 100644 (file)
@@ -1,3 +1,22 @@
+Version 1.34.2 (2019-05-14)
+===========================
+
+* [Destabilize the `Error::type_id` function due to a security
+   vulnerability][60785]
+
+[60785]: https://github.com/rust-lang/rust/pull/60785
+
+Version 1.34.1 (2019-04-25)
+===========================
+
+* [Fix false positives for the `redundant_closure` Clippy lint][clippy/3821]
+* [Fix false positives for the `missing_const_for_fn` Clippy lint][clippy/3844]
+* [Fix Clippy panic when checking some macros][clippy/3805]
+
+[clippy/3821]: https://github.com/rust-lang/rust-clippy/pull/3821
+[clippy/3844]: https://github.com/rust-lang/rust-clippy/pull/3844
+[clippy/3805]: https://github.com/rust-lang/rust-clippy/pull/3805
+
 Version 1.34.0 (2019-04-11)
 ==========================