update CHANGELOG.md

This commit is contained in:
Robert Gleeson 2014-03-17 09:16:20 +01:00
parent 1c6a145ba7
commit 68034daffc
1 changed files with 2 additions and 2 deletions

View File

@ -24,13 +24,13 @@
* `whereami` is now aliased to `@` * `whereami` is now aliased to `@`
* lazy load configuration values (Pry.config). (#1096) * lazy load configuration values (Pry.config). (#1096)
* lazy load 'readline' until pry is started for the first time. (#1117) * 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 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.main`. returns a special instance of Object referenced by self of `TOPLEVEL_BINDING`: "main".
* add `Pry::LastException` (#1145) * add `Pry::LastException` (#1145)
#### Bug fixes, etc. #### 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) * 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 * 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) without a hex representation of object ID. (#1162)