1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

update CHANGELOG.md

This commit is contained in:
yui-knk 2014-03-26 08:27:56 +09:00
parent 0c89cf0268
commit 834c3eec5d

View file

@ -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)