diff --git a/CHANGELOG.md b/CHANGELOG.md index acfa4d2aad01..6fc3a6b5ddcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. ## 0.0.203 * Rustup to *rustc 1.28.0-nightly (a3085756e 2018-05-19)* +* clippy attributes are now of the form `clippy::cyclomatic_complexity` instead of `clippy(cyclomatic_complexity)` ## 0.0.202 * Rustup to *rustc 1.28.0-nightly (952f344cd 2018-05-18)*