]> git.lizzy.rs Git - rust.git/blobdiff - CHANGELOG.md
Split up match_bool UI tests
[rust.git] / CHANGELOG.md
index 452a08f6ed47d67d17213af8a85e452e47ba737c..eb3370e1788519ed9f39e10d9b57b195d7025858 100644 (file)
@@ -1,6 +1,17 @@
 # Change Log
 All notable changes to this project will be documented in this file.
 
+## 0.0.192
+* Rustup to *rustc 1.27.0-nightly (fb44b4c0e 2018-04-04)*
+* New lint: [`print_literal`]
+
+## 0.0.191
+* Rustup to *rustc 1.26.0-nightly (ae544ee1c 2018-03-29)*
+* Lint audit; categorize lints as style, correctness, complexity, pedantic, nursery, restriction.
+
+## 0.0.190
+* Fix a bunch of intermittent cargo bugs
+
 ## 0.0.189
 * Rustup to *rustc 1.26.0-nightly (5508b2714 2018-03-18)*
 
@@ -704,6 +715,7 @@ All notable changes to this project will be documented in this file.
 [`partialeq_ne_impl`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#partialeq_ne_impl
 [`possible_missing_comma`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#possible_missing_comma
 [`precedence`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#precedence
+[`print_literal`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#print_literal
 [`print_stdout`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#print_stdout
 [`print_with_newline`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#print_with_newline
 [`println_empty_string`]: https://rust-lang-nursery.github.io/rust-clippy/master/index.html#println_empty_string