From e9bc5ac11004bebbfb46077005b5e268e4ba3130 Mon Sep 17 00:00:00 2001 From: Severen Redwood Date: Fri, 20 May 2016 01:33:07 +1200 Subject: [PATCH] Fix incorrect formatting --- CHANGELOG.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5734fdb..6c0f4ed 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,24 +4,24 @@ This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] - ∞ -## Added +### Added - The initial implementation of the `tutil::screen` module. - The caching of Cargo dependencies on Travis CI. - Continuous integration for OS X. - An EditorConfig configuration file, in order to keep code style consistent. -## Changed +### Changed - Replaced the Gitter room with a [Matrix room](https://vector.im/beta/#/room/#tutil:matrix.org). - Code coverage is now only uploaded for CI builds on stable Rust. -## Fixed +### Fixed - The `unknown_lints` warning, which was triggered due to a missing `#[cfg_attr()]`. ## [0.1.1] - 2016-03-23 -## Added +### Added - Documentation link in `Cargo.toml` and README. ## 0.1.0 - 2016-03-22 -- 2.11.4.GIT