aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-06 22:18:24 +0000
committermrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-06-06 22:18:24 +0000
commit7ba52b04a4a2024488b2ba4201421805d714334c (patch)
tree6550eb673be58c946156fe4e29b3c9f26a2e8542
parentb465a2b4ad8ef084e3fb4dbc533423ec85e993de (diff)
downloadruby-7ba52b04a4a2024488b2ba4201421805d714334c.tar.gz
* NEWS: describe a compatibility issue of Numeric#quo
introduced at r41109. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@41116 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog5
-rw-r--r--NEWS4
2 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 25ecaf1558..27e10e18bf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Fri Jun 7 07:17:00 2013 Kenta Murata <mrkn@mrkn.jp>
+
+ * NEWS: describe a compatibility issue of Numeric#quo
+ introduced at r41109.
+
Fri Jun 7 07:15:00 2013 Kenta Murata <mrkn@mrkn.jp>
* NEWS: fix style.
diff --git a/NEWS b/NEWS
index a4e057bbd0..72662cff59 100644
--- a/NEWS
+++ b/NEWS
@@ -51,6 +51,10 @@ with all sufficient information, see the ChangeLog file.
* 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