CHANGELOG.md in flexirest-1.7.3 vs CHANGELOG.md in flexirest-1.7.4

- old
+ new

@@ -1,6 +1,12 @@ # Changelog +## 1.7.4 + +Feature: + +- Returning `:retry` or now raising `Flexirest::CallbackRetryRequestException` from a callback will retry the current request. + ## 1.7.3 Bugfix: - Form encoded requests should also honour `wrap_root` (thanks to noctivityinc for the issue report)