CHANGELOG.md in lokalise_rails-1.3.1 vs CHANGELOG.md in lokalise_rails-1.4.0

- old
+ new

@@ -1,6 +1,12 @@ # Changelog +## 1.4.0 (29-Jun-21) + +* Re-worked exception handling. Now when something goes wrong during the import or export process, this gem will re-raise all such errors (previously it just printed out some errors to the `$stdout`). If you run a Rake task, it will exit with a status code `1` and the actual error message. If you run a task programattically, you'll get an exception. +* Dropped support for Ruby 2.5 +* Test against Ruby 3 + ## 1.3.1 (01-Apr-21) * A bit better exception handling * Update dependencies