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 b516ee88f4..b1e80ec764 100644
--- a/NEWS
+++ b/NEWS
@@ -143,6 +143,10 @@ with all sufficient information, see the ChangeLog file.
=== C API updates
+* rb_define_class_id_under() now raises a TypeError exception when the
+ class is already defined but its superclass does not match the given
+ superclass, as well as definitions in ruby level.
+
=== Build system updates
=== Implementation changes