summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 88cbefc08b..3b4d66b6fd 100644
--- a/NEWS
+++ b/NEWS
@@ -241,6 +241,8 @@ with all sufficient information, see the ChangeLog file.
* rb_time_timespec_new() is added to create a time object with epoch,
nanosecond, and UTC/localtime/time offset arguments. [Feature #11558]
+* rb_autoload() deprecated, use rb_funcall() instead. [Feature #11664]
+
=== Build system updates
=== Implementation changes