Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mapsme/twine.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Ludwig <sebastian@lurado.de>2017-09-18 12:51:57 +0300
committerSebastian Ludwig <sebastian@lurado.de>2017-09-18 18:21:06 +0300
commitd621e25750127a96f487c4d442b9a544af470e94 (patch)
treec5b4124330d9135c2f95fdbff5a29859607f13da
parentf7092c7605279de76177341a51199f19d9b7ed6b (diff)
Add changelog.
-rw-r--r--CHANGELOG.txt12
1 files changed, 12 insertions, 0 deletions
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)