summaryrefslogtreecommitdiff
path: root/Changelog.md
diff options
context:
space:
mode:
authorAbinoam P. Marques Jr <abinoam@gmail.com>2017-09-25 14:51:49 -0300
committerGitHub <noreply@github.com>2017-09-25 14:51:49 -0300
commit73bd6a13a479cce042ed702a4154e15d169efb3f (patch)
treee2d93d36e2d4ea7c4c243bce29b84ec014001e5e /Changelog.md
parent66b8ece6560879a4e7d34dd6bd0cf20d48f3b3a7 (diff)
parentb48f09dc4828b6eab3588862d53a445197f6ee26 (diff)
downloadhighline-73bd6a13a479cce042ed702a4154e15d169efb3f.tar.gz
Merge pull request #215 from JEG2/rubocopv2.0.0.pre.develop.11
Apply Rubocop stylistic suggestions
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/Changelog.md b/Changelog.md
index 4c81472..fe00ff2 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,8 +2,14 @@
Below is a complete listing of changes for each revision of HighLine.
+### 2.0.0-develop.11 / 2017-09-25
+* PR #215 - Apply several Rubocop stylistic suggestions (@abinoam)
+ * Update gemspec/Gemfile to newer standards
+ * Update travis configuration fixing 1.9 problem
+ * Adjust .rubocop.yml with things we don't want to change
+
### 2.0.0-develop.10 / 2017-06-29
-* PR #214 - Remove `$terminal` (global variable)
+* PR #214 - Remove `$terminal` (global variable) (@abinoam)
* Use HighLine.default_instance instead
* Reorganize/Group code at lib/highline.rb