summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Jarvis <leejarvis@fastmail.com>2019-06-29 15:37:49 +0100
committerLee Jarvis <leejarvis@fastmail.com>2019-06-29 15:37:49 +0100
commitd72afc8bb46b152e5249437ebfa6ae3c71600fef (patch)
tree743ece2706d06b248b34f78df37f7d8b7291819b
parent92dafc9ac2d9142a7721beb0225192b494ceb63f (diff)
downloadslop-d72afc8bb46b152e5249437ebfa6ae3c71600fef.tar.gz
Update changelog
-rw-r--r--CHANGELOG.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 433eda5..4fe6bd5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,12 +1,14 @@
Changelog
=========
-_Unreleased_
-------------
+v4.7.0 (2019-06-29)
+-------------------
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))
+Bug fixes
+ * Ensure non-string option types have their flags consumed properly [#241] (Sutou Kouhei)
v4.6.2 (2018-03-12)