aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-24 09:43:22 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-12-24 09:43:22 +0000
commit94090b0502fc65f15495fd329145c9f998f10ee3 (patch)
tree06cf68a9e42f2c91245f5d552468eeb59d14eed7 /NEWS
parent26984290eb4f20a4a2db2b8d461cd36a4a5b0e49 (diff)
downloadruby-94090b0502fc65f15495fd329145c9f998f10ee3.tar.gz
deprecate exposed internal functions
* error.c (rb_compile_error_with_enc, rb_compile_error), (rb_compile_bug): deprecate internal functions. * parse.y (parser_yyerror): construct exception message with source code and carret. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@53279 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
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