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

ruby-changes:29064

From: mrkn <ko1@a...>
Date: Fri, 7 Jun 2013 07:18:42 +0900 (JST)
Subject: [ruby-changes:29064] mrkn:r41116 (trunk): * NEWS: describe a compatibility issue of Numeric#quo

mrkn	2013-06-07 07:18:24 +0900 (Fri, 07 Jun 2013)

  New Revision: 41116

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41116

  Log:
    * NEWS: describe a compatibility issue of Numeric#quo
      introduced at r41109.

  Modified files:
    trunk/ChangeLog
    trunk/NEWS

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 41115)
+++ ChangeLog	(revision 41116)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Fri Jun  7 07:17:00 2013  Kenta Murata  <mrkn@m...>
+
+	* NEWS: describe a compatibility issue of Numeric#quo
+	  introduced at r41109.
+
 Fri Jun  7 07:15:00 2013  Kenta Murata  <mrkn@m...>
 
 	* NEWS: fix style.
Index: NEWS
===================================================================
--- NEWS	(revision 41115)
+++ NEWS	(revision 41116)
@@ -51,6 +51,10 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L51
   * The ancestors of a singleton class now include singleton classes,
     in particular itself.
 
+* Numeric#quo
+  * Raises TypeError instead of ArgumentError if the receiver doesn't have
+    to_r method.
+
 === Stdlib updates (outstanding ones only)
 
 * Digest

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

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