summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRobert Gleeson <rob@flowof.info>2014-03-23 18:38:19 +0100
committerRobert Gleeson <rob@flowof.info>2014-03-23 18:38:19 +0100
commitaafb16c92776418773c2d17d2f618b1ff598addf (patch)
tree38dc618c0107f66b605493ffb0545e38101aa4fd /CHANGELOG.md
parentc8cdf730922da5efb5e35a911dd413bbf7d14ae2 (diff)
downloadpry-aafb16c92776418773c2d17d2f618b1ff598addf.tar.gz
update CHANGELOG.md
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index fba15027..40c62a80 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)