From 417c91da7a8ef26932f1dd9b27f234c25dac8790 Mon Sep 17 00:00:00 2001 From: robert Date: Tue, 1 Apr 2014 06:44:19 +0200 Subject: [PATCH] add #1188 to the changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) 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`)