about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2019-04-23 16:18:11 +0200
committerPietro Albini <pietro@pietroalbini.org>2019-04-26 16:52:46 +0200
commit01334eab177966cb205cb0ce4e6e969fdcd51c26 (patch)
tree313cc8867485dc742d9a989de0e96d7dc6590cc7
parent3ee936378662bd2e74be951d6a7011a95a6bd84d (diff)
downloadrust-01334eab177966cb205cb0ce4e6e969fdcd51c26.tar.gz
rust-01334eab177966cb205cb0ce4e6e969fdcd51c26.zip
update release notes for 1.34.1
-rw-r--r--RELEASES.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 24461742ad8..3b4f4182702 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -1,3 +1,14 @@
+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)
 ==========================