summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2015-11-25 07:47:18 +0000
committerLee Jarvis <ljjarvis@gmail.com>2015-11-25 07:47:18 +0000
commit7777c19a8991e04b81138ae91e56b16b2a133168 (patch)
tree176425c2bfbff088d8d5ddd49341e0a7dcf640ff /CHANGELOG.md
parent8879b402067bb6ee6f98e82c1332c00d17141d58 (diff)
downloadslop-7777c19a8991e04b81138ae91e56b16b2a133168.tar.gz
Update changelog for v4.2.1
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index f7b36a5..a204da7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,21 @@
Changelog
=========
+v4.2.1 (2015-11-25)
+-------------------
+
+Features:
+ * Better handling of option names with multiple words. #169 (Tim Rogers)
+
+Minor enhancements:
+ * add ARGF notes to Arguments (README). #173 (Rick Hull)
+
+Bug fixes:
+ * Fix arguments removed with option arguments. #182 (Naoki Mizuno)
+ * Fix bug where true is passed to BoolOption block regardless
+ of --no- prefix. #184 (Ben Brady)
+ * only raise MissingArgument if not `default_value`. #163 (Ben Brady)
+
v4.2.0 (2015-04-18)
-------------------