Improve the example
[tutil.git] / CHANGELOG.md
blobbe6b043bda2eb9dff49cff273fd75166bb9a619a
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 ## [0.2.0] - 2016-08-16
7 ### Added
8 - A provision script for the Vagrant environment.
9 - A Vagrant environment for testing on FreeBSD locally.
10 - Continuous integration for macOS.
11 - An EditorConfig configuration file, in order to keep code style consistent.
12 - The `tutil::screen` module, supporting both Unix and Windows.
13 - Windows CI using AppVeyor.
15 ### Changed
16 - Replaced the Gitter room with a
17   [Matrix room](https://vector.im/beta/#/room/#tutil:matrix.org).
18 - The `doc_markdown` code lint has been disabled.
20 ### Fixed
21 - The `unknown_lints` warning, which was triggered due to a missing
22   `#[cfg_attr()]`.
24 ## [0.1.1] - 2016-03-23
26 ### Added
27 - A documentation link in `Cargo.toml` and README.
29 ## 0.1.0 - 2016-03-22
31 ### Added
32 - The `tutil::pastel` module for terminal colourisation and styling.
34 [0.1.1]: https://github.com/SShrike/tutil/compare/v0.1.0...v0.1.1
35 [0.2.0]: https://github.com/SShrike/tutil/compare/v0.1.1...v0.2.0
36 [Unreleased]: https://github.com/SShrike/tutil/compare/v0.2.0...master