All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
This release of the 0.1 version exists for compatibility with 1.0.0. There are no functional changes compared to 0.1.2.
Error<E> gained a map method that lets you transform the error in the Error::Other variant into a different type.
Error<E> now implements the From<E> trait.
await! macro now works when the expression $e mutably borrows self.Initial release