From 6a7ad1a9a24381894d3465b4d2b740f685ca8550 Mon Sep 17 00:00:00 2001 From: Nyholm Date: Sat, 18 Jan 2020 12:50:06 +0100 Subject: [PATCH 1/2] Added changelog for 0.12.0 --- Changelog.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index df645082..8cb48d33 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,10 +2,17 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release. -## 0.11.2 +## 0.12.0 ### Added +- Command to delete empty translations +- Ability to send arbitrary options to a TransferableStorage with the download and sync command. + +## 0.11.2 + +### Fixed + - Support Symfony Profiler dark mode ### Fixed From 8a820e3f5d04cc9c4abf9dc624e68c66361bf88c Mon Sep 17 00:00:00 2001 From: Nyholm Date: Sat, 18 Jan 2020 12:51:47 +0100 Subject: [PATCH 2/2] Changed version to 0.11.3 --- Changelog.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Changelog.md b/Changelog.md index 8cb48d33..70436989 100644 --- a/Changelog.md +++ b/Changelog.md @@ -2,7 +2,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" between each release. -## 0.12.0 +## 0.11.3 ### Added @@ -11,7 +11,7 @@ The change log describes what is "Added", "Removed", "Changed" or "Fixed" betwee ## 0.11.2 -### Fixed +### Added - Support Symfony Profiler dark mode