From d93b96949d1e63a102e946f07b5d1a1ae9a55793 Mon Sep 17 00:00:00 2001 From: Oliver Schneider Date: Wed, 11 Jan 2017 15:22:51 +0100 Subject: [PATCH] update changelog for 0.107 --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f7c47fb68..29ca02a9774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,12 @@ # Change Log All notable changes to this project will be documented in this file. +## 0.0.107 — 2017-01-11 +* Update regex dependency +* Fix FP when matching `&&mut` by `&ref` +* Reintroduce `for (_, x) in &mut hash_map` -> `for x in hash_map.values_mut()` +* New lints: [`unused_io_amount`], [`forget_ref`], [`short_circuit_statement`] + ## 0.0.106 — 2017-01-04 * Fix FP introduced by rustup in [`wrong_self_convention`]