summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-06 09:18:30 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-11-06 09:18:30 +0000
commit69dc53022b78845337969eaaab21d7a87df7a758 (patch)
tree5c716f944e3ec01ca65831cfba7e356a09ad02c8 /NEWS
parent17678b5a6d1efb7950e8f856a6934f7560b92347 (diff)
* NEWS: Added entry for r56624.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 47c1539079..55ae071139 100644
--- a/NEWS
+++ b/NEWS
@@ -186,6 +186,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* IPAddr#== and IPAddr#<=> no longer raise an exception if coercion fails.
[Bug #12799]
+* IRB
+
+ * Binding#irb: Start a REPL session like `binding.pry` at r56624.
+
* Logger
* Allow specifying logger parameters in constructor such