From 01334eab177966cb205cb0ce4e6e969fdcd51c26 Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Tue, 23 Apr 2019 16:18:11 +0200 Subject: [PATCH] update release notes for 1.34.1 --- RELEASES.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/RELEASES.md b/RELEASES.md index 24461742ad898..3b4f4182702d1 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) ==========================