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 Celis <sebastian@sebastiancelis.com>2017-10-18 16:32:48 +0300
committerSebastian Celis <sebastian@sebastiancelis.com>2017-10-18 16:32:48 +0300
commit30ac0d566d132dd31f7c24c2d86f4674fbaf7fdd (patch)
tree535daf89eae3e7dbc40c0a90edf1a71b15e45351 /CHANGELOG.md
parent6f947b076d9e98e945e2ae73d28a156068647925 (diff)
Update version to 1.0.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 69b04e4..f5b445b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,8 @@
-# 1.0
+# 1.0.1 (2017-10-17)
+
+- Bugfix: Always prefer the passed-in formatter (#221)
+
+# 1.0 (2017-10-16)
- Feature: Fail twine commands if there's more than one formatter candidate (#201)
- Feature: In the Apple formatter, use developer language for the base localization (#219)
@@ -10,6 +14,6 @@
- Bugfix: Add 'q' placeholder for android strings (#194)
- Bugfix: Boolean command line parameters are always true (#191)
-# 0.10.1
+# 0.10.1 (2017-01-19)
- Bugfix: Xcode integration (#184)