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:
parent
c8cdf73092
commit
aafb16c927
1 changed files with 1 additions and 0 deletions
|
@ -40,6 +40,7 @@
|
|||
#### Bug fixes, etc.
|
||||
* 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`)
|
||||
* 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)
|
||||
|
|
Loading…
Add table
Reference in a new issue