CHANGELOG.md in lokalise_manager-3.2.0 vs CHANGELOG.md in lokalise_manager-3.3.0
- old
+ new
@@ -1,7 +1,12 @@
# Changelog
+## 3.3.0 (18-Nov-22)
+
+* Use newer ruby-lokalise-api
+* Minor updates
+
## 3.2.0 (26-Aug-22)
* Fixed an issue when `\n` inside translations was imported as `\\n`. The default value for the `translations_converter` is now `->(raw_data) { YAML.dump(raw_data).gsub(/\\\\n/, '\n') }`.
## 3.1.0 (17-Aug-22)
@@ -12,9 +17,13 @@
* **Breaking change**: Require Ruby 2.7 or above
* **Breaking change (potentially)**: Use ruby-lokalise-api v6. In general, this transition should not affect you if you employ `export!` and `import!` methods only. However, please be aware that ruby-lokalise-api has a few breaking changes [listed in its own changelog](https://lokalise.github.io/ruby-lokalise-api/additional_info/changelog)
* Use Zeitwerk loader
* Prettify and update source code
+
+## 2.2.1 (19-Oct-22)
+
+* Replaced `filter` with `select` as it does not work with Ruby 2.5
## 2.2.0 (23-Feb-22)
* Use ruby-lokalise-api v5
* Don't use any compression options (compression is now enabled by default)
\ No newline at end of file