aboutsummaryrefslogtreecommitdiffstats
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
commitede1e57600c0f24ac1c7f3931ab1313e39a3e6f7 (patch)
tree5c716f944e3ec01ca65831cfba7e356a09ad02c8
parentb57c2496016a275743d6f851f15ec8f19748e305 (diff)
downloadruby-ede1e57600c0f24ac1c7f3931ab1313e39a3e6f7.tar.gz
* NEWS: Added entry for r56624.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@56634 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog4
-rw-r--r--NEWS4
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 45c9e3ab00..b54a82a912 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Nov 6 18:18:25 2016 SHIBATA Hiroshi <hsbt@ruby-lang.org>
+
+ * NEWS: Added entry for r56624.
+
Sun Nov 6 15:53:03 2016 Shugo Maeda <shugo@ruby-lang.org>
* configure.in (-Wno-maybe-uninitialized): gcc 6 also shows the same
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