summaryrefslogtreecommitdiff
path: root/Changelog.md
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2017-11-23 22:54:33 -0400
committerGitHub <noreply@github.com>2017-11-23 22:54:33 -0400
commit42f1e7c3500211c4d80f9bfe6d7b1eb4e4d971e2 (patch)
tree0636f63578235597abfac2633331bf069bc79d18 /Changelog.md
parentbdeb90c531ee26b4f3445da27e3eb59574fee4ce (diff)
parent9f61233f4356725fd801b6b4fdf1d31b0110f2d8 (diff)
downloadhighline-42f1e7c3500211c4d80f9bfe6d7b1eb4e4d971e2.tar.gz
Merge pull request #224 from JEG2/issue_223v1.7.101-7-stable
Add gemspec to Gemfile
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index 9d1f4f8..af15b99 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,6 +2,9 @@
Below is a complete listing of changes for each revision of HighLine.
+### 1.7.10 / 2017-11-23
+* Add gemspec to Gemfile. Address #223. (@abinoam)
+
### 1.7.9 / 2017-05-08
* Fix frozen string issue on HighLine::Simulate. (Ivan Giuliani (@ivgiuliani), PR #210)