# 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] ## [1.0.0] - 2019-01-06 ### Changed - The name of the underlying parameter changed for `assert_in_epsilon` from `a` and `b` to `exp` and `act`. As such in order to normalize, those were aliased to `expected` and `actual` as well. [Unreleased]: https://github.com/CultureHQ/client/compare/v1.0.0...HEAD [1.0.0]: https://github.com/CultureHQ/client/compare/v0.0.2...v1.0.0