[前][次][番号順一覧][スレッド一覧]

ruby-changes:44561

From: hsbt <ko1@a...>
Date: Sun, 6 Nov 2016 18:18:36 +0900 (JST)
Subject: [ruby-changes:44561] hsbt:r56634 (trunk): * NEWS: Added entry for r56624.

hsbt	2016-11-06 18:18:30 +0900 (Sun, 06 Nov 2016)

  New Revision: 56634

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=56634

  Log:
    * NEWS: Added entry for r56624.

  Modified files:
    trunk/ChangeLog
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 56633)
+++ NEWS	(revision 56634)
@@ -186,6 +186,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L186
   * 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
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 56633)
+++ ChangeLog	(revision 56634)
@@ -1,3 +1,7 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Sun Nov  6 18:18:25 2016  SHIBATA Hiroshi  <hsbt@r...>
+
+	* NEWS: Added entry for r56624.
+
 Sun Nov  6 15:53:03 2016  Shugo Maeda  <shugo@r...>
 
 	* configure.in (-Wno-maybe-uninitialized): gcc 6 also shows the same

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]