diff --git a/Changelog.md b/Changelog.md new file mode 100644 index 0000000..89dbc51 --- /dev/null +++ b/Changelog.md @@ -0,0 +1,10 @@ +# Changelog + +### 0.3 to master + +### 0.2 to 0.3 + +* The command `happyr:translation:sync` does not crash when translation files do not exist. ([#26](https://github.com/Happyr/TranslationBundle/pull/26)) +* Added command for uploading all translations. (`happyr:translation:upload`) ([#29](https://github.com/Happyr/TranslationBundle/pull/31)) +* The value `yaml` for the configuration key `file_extension` has been renamed to `yml`. ([#31](https://github.com/Happyr/TranslationBundle/pull/31)) +* Added option to not handle empty translations. ([#31](https://github.com/Happyr/TranslationBundle/pull/31))