summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlle Jonsson <olle.jonsson@gmail.com>2020-01-07 09:26:12 +0100
committerGitHub <noreply@github.com>2020-01-07 09:26:12 +0100
commit8157d85a1a2130d712de488870b048e217697084 (patch)
treeba6f32427c5d8284a425cc63c59ea5b39fc17d23
parent0f5303030c23c9ff106adf413f5e2eb151254ed1 (diff)
downloadslop-add-changelog-note-about-270.tar.gz
CHANGELOG: Update about add 2.7.0 to CIadd-changelog-note-about-270
- Fix a Markdown link
-rw-r--r--CHANGELOG.md7
1 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0b029a2..32eb29d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,7 +6,11 @@ Unreleased
Features:
* Add support for prefixing integer values with `+` character
- [#243] (Juha Ylitalo)
+ [#243](https://github.com/leejarvis/slop/pull/243) (Juha Ylitalo)
+
+Maintenance:
+ * Add 2.7.0 to CI and fix warnings
+ [#248](https://github.com/leejarvis/slop/pull/248) (Juha Ylitalo, Andrew Kane)
v4.7.0 (2019-06-29)
-------------------
@@ -14,6 +18,7 @@ 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)