From 0a238a48524640c0416132c83d1fab310f746ac8 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Tue, 5 Sep 2017 15:10:41 -0700 Subject: [PATCH] Update changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10bcd9e4dc9..0ce03bbfc79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. ## Upcoming * New lint: [`manual_memcpy`] +* [`cast_lossless`] no longer has redundant parentheses in its suggestions ## 0.0.157 - 2017-09-04 * Update to *rustc 1.22.0-nightly (981ce7d8d 2017-09-03)*