# Change Log
All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## [0.1.3] - 2018-12-31
### Added
- new method: to_gray_string()

### Fixed
- output of to_hsl_string(), to_hsv_string() and to_hwb_string()

## [0.1.2] - 2018-11-25
### Added
- new methods: new_gray(gray: u8), grayscale_hdtv(), grayscale_hdr() and monochrome()

### Changed
- improved documentation

### Fixed
- value of KnownColors::Transparent

## [0.1.1] - 2018-11-18
### Added
- README.md, LICENSE and this CHANGELOG file

## [0.1.0] - 2018-11-17
### Added
- initial Release