From d8264b3d43f526abc4025e97f51352f4371ee6ad Mon Sep 17 00:00:00 2001 From: Severen Redwood Date: Fri, 20 May 2016 01:31:59 +1200 Subject: [PATCH] Update the changelog with the latest changes --- CHANGELOG.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 04921aa..5734fdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,23 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [Unreleased] - ∞ + +## 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 +- 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 +- The `unknown_lints` warning, which was triggered due to a missing + `#[cfg_attr()]`. + ## [0.1.1] - 2016-03-23 ## Added @@ -13,3 +30,4 @@ This project adheres to [Semantic Versioning](http://semver.org/). - `tutil::pastel` module for terminal colourisation and styling. [0.1.1]: https://github.com/SShrike/tutil/compare/v0.1.0...v0.1.1 +[Unreleased]: https://github.com/SShrike/tutil/compare/v0.1.1...master -- 2.11.4.GIT