Fix CHANGELOG misdescription of #1207

This commit is contained in:
mcarton 2016-09-01 15:42:57 +02:00
parent 9c736dc23f
commit 943e9b5aeb
No known key found for this signature in database
GPG Key ID: 5E427C794CBA45E8
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,11 @@
All notable changes to this project will be documented in this file.
## 0.0.88 — ??
* The following lints are not new but were missing from the [`clippy`] and [`clippy_pedantic`] groups: [`filter_next`], [`for_loop_over_option`], [`for_loop_over_result`], [`match_overlapping_arm`].
* The following lints are not new but were only usable through the `clippy`
lint groups: [`filter_next`], [`for_loop_over_option`],
[`for_loop_over_result`] and [`match_overlapping_arm`]. You should now be
able to `#[allow/deny]` them individually and they are available directly
through [`cargo clippy`].
## 0.0.87 — 2016-08-31
* Rustup to *rustc 1.13.0-nightly (eac41469d 2016-08-30)*