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