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:
Robert Gleeson 2014-03-23 18:38:19 +01:00
parent c8cdf73092
commit aafb16c927

View file

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