CHANGELOG.md in flexirest-1.7.4 vs CHANGELOG.md in flexirest-1.7.5
- old
+ new
@@ -1,6 +1,12 @@
# Changelog
+## 1.7.5
+
+Feature:
+
+- Implemented `Flexirest::ResultIterator#join` for closer to native handling of ActiveModel::Errors in Rails applications.
+
## 1.7.4
Feature:
- Returning `:retry` or now raising `Flexirest::CallbackRetryRequestException` from a callback will retry the current request.