From f787049394efe6e1755ba3c69d57fcb5c1364eb3 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Sun, 17 Apr 2016 21:49:26 +0200 Subject: [PATCH] Create Changelog.md --- Changelog.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 Changelog.md 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))