summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Zhu <peter@peterzhu.ca>2024-03-21 14:12:06 -0400
committerPeter Zhu <peter@peterzhu.ca>2024-03-21 14:12:55 -0400
commit0546764c30057fc04c1314c5545e793d5edadfd2 (patch)
tree01569073ecab9a727ea0e28bd21f5e5748782a04
parent15dc3aaa311b32203d8ffb414bcf9b8e55ce5691 (diff)
[DOC] Add link in NEWS.md
-rw-r--r--NEWS.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/NEWS.md b/NEWS.md
index 82a871fbee..b4d709f6ca 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -11,7 +11,7 @@ Note that each entry is kept to a minimum, see links for details.
as if they were frozen. If they are mutated a deprecation warning is emited.
These warnings can be enabled with `-W:deprecated` or by setting `Warning[:deprecated] = true`.
To disable this change you can run Ruby with the `--disable-frozen-string-literal` command line
- argument. [Feature #20205]
+ argument. [[Feature #20205]]
* `it` is added to reference a block parameter. [[Feature #18980]]
@@ -116,4 +116,5 @@ See GitHub releases like [GitHub Releases of Logger](https://github.com/ruby/log
[Bug #20064]: https://bugs.ruby-lang.org/issues/20064
[Feature #20182]: https://bugs.ruby-lang.org/issues/20182
[Bug #20218]: https://bugs.ruby-lang.org/issues/20218
+[Feature #20205]: https://bugs.ruby-lang.org/issues/20205
[Feature #20265]: https://bugs.ruby-lang.org/issues/20265