summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobert <therobot.johnny5@gmail.com>2014-04-01 06:44:19 +0200
committerRyan Fitzgerald <rwfitzge@gmail.com>2014-04-27 14:12:51 -0700
commit417c91da7a8ef26932f1dd9b27f234c25dac8790 (patch)
tree7986b2c07f3af4f56c28a5fc64bb9e7d3260fc81
parent4bab51f53ccfc85b1cbc4d92c4f2c97059bf61b3 (diff)
downloadpry-417c91da7a8ef26932f1dd9b27f234c25dac8790.tar.gz
add #1188 to the changelog
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6a142f9e..f49c9d26 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -44,6 +44,7 @@
corner-cases `pry -i` didn't out of the box.
#### Bug fixes, etc.
+* the `gem-install` command won't fail to require gems like `net-ssh` thanks to better guess logic about its path (#1188)
* Move `Pry::BondCompleter` and bond integration to the [pry-bond](https://github.com/pry/pry-bond) rubygem. (#1166)
* Default input completer is `Pry::InputCompleter`. (#1166)
* `toggle-color` command toggles `_pry_.color` instead of the default inherited by a repl session(`Pry.color`)