aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 4 insertions, 0 deletions
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