summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
author卜部昌平 <shyouhei@ruby-lang.org>2020-04-08 13:28:13 +0900
committerGitHub <noreply@github.com>2020-04-08 13:28:13 +0900
commit9e6e39c3512f7a962c44dc3729c98a0f8be90341 (patch)
tree901a22676d54d78240e450b64a8cd06eb1703910 /NEWS.md
parent5ac4bf2cd87e1eb5779ca5ae7f96a1a22e8436d9 (diff)
Merge pull request #2991 from shyouhei/ruby.h
Split ruby.h
Notes
Notes: Merged-By: shyouhei <shyouhei@ruby-lang.org>
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 55bace4328..7003c33284 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -137,6 +137,9 @@ Excluding feature bug fixes.
* C API functions related to $SAFE have been removed.
[[Feature #16131]]
+* C API header file `ruby/ruby.h` was split. [[GH-2991]] Should have no implact
+ on extension libraries, but users might experience slow compilations.
+
## Implementation improvements
* The number of hashes allocated when using a keyword splat in
@@ -168,3 +171,4 @@ Excluding feature bug fixes.
[Feature #16377]: https://bugs.ruby-lang.org/issues/16377
[Bug #12706]: https://bugs.ruby-lang.org/issues/12706
[Feature #16555]: https://bugs.ruby-lang.org/issues/16555
+[GH-2991]: https://github.com/ruby/ruby/pull/2991