CHANGELOG.md in flexirest-1.11.2 vs CHANGELOG.md in flexirest-1.11.3

- old
+ new

@@ -1,7 +1,13 @@ # Changelog +## 1.11.3 + +Bugfix: + +- Forward all Flexirest::ResultIterator#index arguments to allow for code like `result.index { |i| i == "z" }` (thanks to Stevo-S for the PR) + ## 1.11.2 Bugfix: - When a model had multiple lazy loaders specified, they would all have their object class set to the first object class that was found when iterating over them. (thanks to Joshua Samberg for the PR) @@ -228,10 +234,10 @@ ## 1.7.8 Fix: -- plain requests to URLs that are just the domain e.g. "https://www.example.com" should also work (i.e. without any trailing path, even a '/') +- plain requests to URLs that are just the domain e.g. "<https://www.example.com>" should also work (i.e. without any trailing path, even a '/') ## 1.7.7 Change: