summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2025-06-19 11:33:30 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2025-06-19 11:33:30 +0900
commitbfb14c2be91735d5cdd2b5cefe7f19d46a5b4f4a (patch)
tree95afb939f61a02e700f6ff87122efec5acb07e58
parent5a19914030efedc86ac4f63778330cfee5822128 (diff)
[DOC] Add the link to [Feature #21219]
-rw-r--r--NEWS.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/NEWS.md b/NEWS.md
index 183a2206e2..245aece9c7 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -34,6 +34,8 @@ Note: We're only listing outstanding class updates.
conf.inspect #=> #<DatabaseConfig:0x0000000104def350 @host="localhost", @user="root">
```
+ [[Feature #21219]]
+
* Binding
* `Binding#local_variables` does no longer include numbered parameters.
@@ -220,6 +222,7 @@ The following bundled gems are updated.
[Bug #21049]: https://bugs.ruby-lang.org/issues/21049
[Feature #21166]: https://bugs.ruby-lang.org/issues/21166
[Feature #21216]: https://bugs.ruby-lang.org/issues/21216
+[Feature #21219]: https://bugs.ruby-lang.org/issues/21219
[Feature #21258]: https://bugs.ruby-lang.org/issues/21258
[Feature #21262]: https://bugs.ruby-lang.org/issues/21262
[Feature #21287]: https://bugs.ruby-lang.org/issues/21287