# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [v0.2.2] - 2019-05-16 - Fix overflow panic when the first change is an addition. ## v0.2.1 - 2018-09-24 - Fix build for non-Windows platforms ## [v0.2.0] - 2018-06-05 Removed `init()`. Instead, ANSI is automatically enabled the first time an ANSI string is crated. ## v0.1.2 - 2018-06-02 Initial release! [Unreleased]: https://github.com/cad97/colored-diff/compare/v0.2.2...HEAD [v0.2.0]: https://github.com/cad97/colored-diff/compare/v0.1.2...v0.2.0 [v0.2.2]: https://github.com/cad97/colored-diff/compare/v0.2.0...v0.2.2