From 1d5dc3d180cb6f89cbe727b73d45df6582999a38 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Fri, 30 Mar 2018 10:38:35 +0200 Subject: [PATCH] Update changelog for 0.191 --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c91e6903d..aa32e773e90 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log All notable changes to this project will be documented in this file. +## 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