# 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.1] - 2021-11-17 ### Changed - Require MFA for releasing. ## [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/kddnewton/minitest-keyword/compare/v1.0.1...HEAD [1.0.1]: https://github.com/kddnewton/minitest-keyword/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/kddnewton/minitest-keyword/compare/846f1f...v1.0.0