summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobert Gleeson <rob@flowof.info>2014-03-17 09:16:20 +0100
committerRobert Gleeson <rob@flowof.info>2014-03-17 09:38:58 +0100
commit68034daffc28d2bae41830f028e76cfa955be8e0 (patch)
tree431e365e5ef483ccff6835fd1791c15955c2461d /CHANGELOG.md
parent1c6a145ba746a404e86ca73d4fc313d229d14bb1 (diff)
downloadpry-68034daffc28d2bae41830f028e76cfa955be8e0.tar.gz
update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0318b385..fedef78e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -24,13 +24,13 @@
* `whereami` is now aliased to `@`
* lazy load configuration values (Pry.config). (#1096)
* lazy load 'readline' until pry is started for the first time. (#1117)
-* lazy load `Pry::InputCompleter` or `Pry::BondCompleter`.
- - `Pry::BondCompleter` is loaded when the "bond" gem is available and editline is not being used(OSX)
* add option to disable input completer through `_pry_.config.completer = nil`
* add `Pry.main`. returns a special instance of Object referenced by self of `TOPLEVEL_BINDING`: "main".
* add `Pry::LastException` (#1145)
#### Bug fixes, etc.
+* move `Pry::BondCompleter` and bond integration in general to the [pry-bond](https://github.com/johnny5-/pry-bond) rubygem. (#1166)
+* default input completer is always `Pry::InputCompleter` (unless pry-bond gem is used). (#1166)
* update `Pry::CLIPPED_PRINT` to include a hex representation of object ID when printing a return value. (#1162)
* change second argument of `Pry.view_clip()` from Fixnum to Hash to support returning a string with or
without a hex representation of object ID. (#1162)