CHANGELOG.md in lokalise_rails-7.0.0 vs CHANGELOG.md in lokalise_rails-7.1.0

- old
+ new

@@ -1,6 +1,15 @@ # Changelog +## 7.1.0 (12-Nov-2024) + +* Test with Rails 8 +* Various updates + +## 7.0.1 (10-May-2024) + +* Update documentation, minor code tweaks + ## 7.0.0 (09-Nov-2023) * **Breaking change**: require Ruby 3+. Version 2.7 has reached end-of-life and thus we are not planning to support it anymore. If you need support for Ruby 2.7, please stay on 6.0.0. * **Potential breaking change**: lambda returned by the `lang_iso_inferer` method has been slightly enhanced. It now accepts not only the file data but also the full path to the file. Therefore, if you redefine the `lang_iso_inferer` option please make sure that the returned lambda accepts two params, not one. This way, you can be more flexible when inferring the locale. For example: