From e2976fd1f678866be68ec213926f336a87e9a6aa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=8D=9C=E9=83=A8=E6=98=8C=E5=B9=B3?= Date: Wed, 22 Sep 2021 17:59:28 +0900 Subject: [PATCH] add NEWS entry for https://github.com/ruby/ruby/pull/4815 --- NEWS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/NEWS.md b/NEWS.md index 4b77d6602c..2b71603ea5 100644 --- a/NEWS.md +++ b/NEWS.md @@ -191,6 +191,8 @@ Excluding feature bug fixes. ## C API updates +* Documented. [[GH-4815]] + ## Implementation improvements ### JIT @@ -254,3 +256,4 @@ Excluding feature bug fixes. [Feature #18015]: https://bugs.ruby-lang.org/issues/18015 [Feature #18029]: https://bugs.ruby-lang.org/issues/18029 [Feature #18172]: https://bugs.ruby-lang.org/issues/18172 +[GH-4815]: https://github.com/ruby/ruby/pull/4815