CHANGELOG.md in govdelivery-proctor-1.3 vs CHANGELOG.md in govdelivery-proctor-1.3.1
- old
+ new
@@ -1,9 +1,14 @@
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
[How to use a CHANGELOG](http://keepachangelog.com/)
+## [1.3.1]
+### Fixed
+- Changes made as part of 1.3.0 caused an error to be thrown when ActiveSupport::Duration was used for `limit` or `inc` arguments of accelerating_check
+- Reverted `Math.log` formula for accelerating_check in favor of a more simple formula because the former was worse than the latter
+- Live logging amount of time an operation will be sleeping before sleep occurs
## [1.3.0]
### Added
- Say hello to steady_check which sleeps for the increment passed to it
### Fixed
- accelerating_check algorithm was messed up, so now using `log` to better approximate reverse of backoff_check