From d621e25750127a96f487c4d442b9a544af470e94 Mon Sep 17 00:00:00 2001 From: Sebastian Ludwig Date: Mon, 18 Sep 2017 11:51:57 +0200 Subject: [PATCH] Add changelog. --- CHANGELOG.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 CHANGELOG.txt diff --git a/CHANGELOG.txt b/CHANGELOG.txt new file mode 100644 index 0000000..7aea12e --- /dev/null +++ b/CHANGELOG.txt @@ -0,0 +1,12 @@ +# Upcoming Version +- Preserve basic HTML styling for Android strings (#212) +- Bugfix: `twine --version` reports "unknown" (#213) +- Fail twine commands if there's more than one formatter candidate (#201) +- Support spaces in command line arguments (#206) +- Bugfix: 'r' missing before region code in Android output folder (#203) +- Bugfix: .po formatter language detection (#199) +- Add 'q' placeholder for android strings (#194) +- Bugfix: Boolean command line parameters are always true (#191) + +# 0.10.1 +- Bugfix: Xcode integration (#184)