CHANGELOG.md in retriable-2.0.0.beta5 vs CHANGELOG.md in retriable-2.0.0

- old
+ new

@@ -1,6 +1,10 @@ +## HEAD + + * Require ruby 2.0.0 minimum in gemspec. + ## 2.0.0.beta5 -* Change :max_tries back to :tries. +* Change `:max_tries` back to `:tries`. ## 2.0.0.beta4 * Change #retry back to #retriable. Didn't like the idea of defining a method that is also a reserved word. * Add ability for `:on` argument to accept a `Hash` where the keys are exception types and the values are a single or list of `Regexp` pattern(s) to match against exception messages for retrial.