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

- old
+ new

@@ -1,6 +1,12 @@ # Changelog +## 1.12.0 + +Bugfix: + +- Add compatibility with Ruby on Rails 7.1 (requires a method on the logger) + ## 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)