CHANGELOG.md in lokalise_manager-5.0.0 vs CHANGELOG.md in lokalise_manager-5.1.0
- old
+ new
@@ -1,6 +1,10 @@
# Changelog
+## 5.1.0 (09-Feb-2024)
+
+* Handle rare case when the server returns HTML instead of JSON which happens when too many requests are sent
+
## 5.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 4.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:
\ No newline at end of file