summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorLee Jarvis <ljjarvis@gmail.com>2015-01-02 17:00:06 +0000
committerLee Jarvis <ljjarvis@gmail.com>2015-01-02 17:00:06 +0000
commit1242f10f364372ddf3b86b54511e4a0265b3c629 (patch)
treee6d46266cbc85a38761253d8a62c0dabd5915428 /CHANGELOG.md
parent4057bcf675147ac0c39306a7b74a7996f102a191 (diff)
downloadslop-1242f10f364372ddf3b86b54511e4a0265b3c629.tar.gz
Updated changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7518430..8b17341 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ HEAD (unreleased)
Features:
* Support for FloatOption #156 (Rick Hull)
* Support for `limit` config to ArrayOption. (Lee Jarvis)
+ * Support for `tail` config to add options to the bottom of
+ the help text. (Lee Jarvis)
Minor enhancements:
* Reset parser every time `parse` is called.