]> git.lizzy.rs Git - rust.git/commitdiff
Update CHANGELOG
authormcarton <cartonmartin+git@gmail.com>
Thu, 1 Sep 2016 11:31:03 +0000 (13:31 +0200)
committermcarton <cartonmartin+git@gmail.com>
Thu, 1 Sep 2016 11:31:03 +0000 (13:31 +0200)
CHANGELOG.md

index 4c36d5426eda1ebbe5bef0cea7c46db9a4838ae7..5a0b60150582f524cdadfb2c9ff476d1d421f34d 100644 (file)
@@ -1,6 +1,9 @@
 # Change Log
 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`].
+
 ## 0.0.87 — 2016-08-31
 * Rustup to *rustc 1.13.0-nightly (eac41469d 2016-08-30)*
 * New lints: [`builtin_type_shadow`]