Add a build status badge for AppVeyor
[tutil.git] / CHANGELOG.md
blob2b0424e7c78e9ba7743c508e03fd6c957149adda
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 - A provision script for the Vagrant environment.
9 - A Vagrant environment for testing on FreeBSD locally.
10 - The initial implementation of the `tutil::screen` module.
11 - The caching of Cargo dependencies on Travis CI.
12 - Continuous integration for macOS.
13 - An EditorConfig configuration file, in order to keep code style consistent.
15 ### Changed
16 - A Git checkout of [libc](https://github.com/rust-lang/libc) is now used until
17   the latest fixes for FreeBSD are released on crates.io.
18 - Replaced the Gitter room with a
19   [Matrix room](https://vector.im/beta/#/room/#tutil:matrix.org).
20 - Code coverage is now only uploaded for CI builds on stable Rust.
21 - The `doc_markdown` code lint has been disabled.
23 ### Fixed
24 - The `unknown_lints` warning, which was triggered due to a missing
25   `#[cfg_attr()]`.
27 ## [0.1.1] - 2016-03-23
29 ### Added
30 - Documentation link in `Cargo.toml` and README.
32 ## 0.1.0 - 2016-03-22
34 ### Added
35 - `tutil::pastel` module for terminal colourisation and styling.
37 [0.1.1]: https://github.com/SShrike/tutil/compare/v0.1.0...v0.1.1
38 [Unreleased]: https://github.com/SShrike/tutil/compare/v0.1.1...master