# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased][unrel] ## [1.1.0] - 2019-12-03 - An attempt to make errors better. ## [1.0.0] - 2019-11-14 - [`async-std`][async-std] released `1.0`; following suit. ## [0.2.0] - 2019-11-08 - Major refactor but mostly hidden to consumers. ## [0.1.1] - 2019-11-07 - Bugfix; Added missing three-read w/ leading `\n`. ## [0.1.0] - 2019-11-07 - Initial implementation. [unrel]: https://github.com/sizethree/elaine/compare/v1.1.0...HEAD [1.1.0]: https://github.com/sizethree/elaine/compare/v1.0.0...v1.1.0 [1.0.0]: https://github.com/sizethree/elaine/compare/v0.2.0...v1.0.0 [0.2.0]: https://github.com/sizethree/elaine/compare/v0.1.1...v0.2.0 [0.1.1]: https://github.com/sizethree/elaine/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/sizethree/elaine/releases/tag/v0.1.0 [async-std]: https://github.com/async-rs/async-std