Update the changelog with the latest changes
[tutil.git] / CHANGELOG.md
blob5734fdba470b277989c862b093aeac9986e386dd
1 # Change Log
2 All notable changes to this project will be documented in this file.
3 This project adheres to [Semantic Versioning](http://semver.org/).
5 ## [Unreleased] - ∞
7 ## Added
8 - The initial implementation of the `tutil::screen` module.
9 - The caching of Cargo dependencies on Travis CI.
10 - Continuous integration for OS X.
11 - An EditorConfig configuration file, in order to keep code style consistent.
13 ## Changed
14 - Replaced the Gitter room with a
15   [Matrix room](https://vector.im/beta/#/room/#tutil:matrix.org).
16 - Code coverage is now only uploaded for CI builds on stable Rust.
18 ## Fixed
19 - The `unknown_lints` warning, which was triggered due to a missing
20   `#[cfg_attr()]`.
22 ## [0.1.1] - 2016-03-23
24 ## Added
25 - Documentation link in `Cargo.toml` and README.
27 ## 0.1.0 - 2016-03-22
29 ### Added
30 - `tutil::pastel` module for terminal colourisation and styling.
32 [0.1.1]: https://github.com/SShrike/tutil/compare/v0.1.0...v0.1.1
33 [Unreleased]: https://github.com/SShrike/tutil/compare/v0.1.1...master