summaryrefslogtreecommitdiff
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 ceba5321a4..8d5d68c624 100644
--- a/NEWS
+++ b/NEWS
@@ -338,6 +338,10 @@ with all sufficient information, see the ChangeLog file or Redmine
* rb_autoload() deprecated, use rb_funcall() instead. [Feature #11664]
+* rb_compile_error_with_enc(), rb_compile_error(), and rb_compile_bug()
+ deprecated. these functions are exposed but only for internal use.
+ external libraries should not use them.
+
=== Supported platform changes
* OS/2 is no longer supported