summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2019-01-20 18:35:57 +0100
committerGitHub <noreply@github.com>2019-01-20 18:35:57 +0100
commit90cc5b7fbf6f9e6ed31c7ed31d5afa6c8917b951 (patch)
tree955229d65a3dc924ff5b23c76718aef1bdde2043
parent61d25768adc905e898c369160e26d02d9921f8b3 (diff)
downloadslop-90cc5b7fbf6f9e6ed31c7ed31d5afa6c8917b951.tar.gz
CHANGELOG: Thank Teemu Matilainen for a PR
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ab886fd..433eda5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,7 @@ _Unreleased_
Features:
* Add `Slop::Result#fetch`. It returns the value of given option, or raises an error if given option is not present. [#232](https://github.com/leejarvis/slop/pull/232) ([Giovanni Benussi](https://github.com/giovannibenussi))
+ * Adding a separator without passing any arguments now creates a separator with the empty string. [#238](https://github.com/leejarvis/slop/pull/238) ([Teemu Matilainen](https://github.com/tmatilai))
v4.6.2 (2018-03-12)