From 834c3eec5d1c94681300a35f7f288875170e391d Mon Sep 17 00:00:00 2001 From: yui-knk Date: Wed, 26 Mar 2014 08:27:56 +0900 Subject: [PATCH] update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dcde0ab2..24390265 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -36,7 +36,7 @@ - list the inspectors available to print ruby return values in a repl. * Add `change-inspector` command. (#1176) - switch the current inspector, by name. -* Remove pry -i option. (#1155, #1182) +* Remove pry -i option. (#1155, #1182) Please use pry-rescue -i option. #### Bug fixes, etc. * Move `Pry::BondCompleter` and bond integration to the [pry-bond](https://github.com/pry/pry-bond) rubygem. (#1166)