summaryrefslogtreecommitdiff
path: root/NEWS.md
diff options
context:
space:
mode:
authorMarcus Stollsteimer <sto.mar@web.de>2020-02-16 21:00:49 +0100
committerMarcus Stollsteimer <sto.mar@web.de>2020-02-16 21:00:49 +0100
commita9e10d3b8e72658cc4c3a26d8926595dbdc9d8a5 (patch)
tree00fba5931a967bf41f552c867b34f55c4fb2904a /NEWS.md
parent6ca0a62d21d4c4961db009f84b9a2b4f6520803b (diff)
NEWS.md: add missing ticket links
Diffstat (limited to 'NEWS.md')
-rw-r--r--NEWS.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/NEWS.md b/NEWS.md
index d99ed22fe3..1d5bd6adb8 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -10,9 +10,11 @@ sufficient information, see the ChangeLog file or Redmine
## Language changes
-* $SAFE is now a normal global variable with no special behavior. [Feature #16131]
+* $SAFE is now a normal global variable with no special behavior.
+ [[Feature #16131]]
-* yield in singleton class definitions in methods is now a SyntaxError. [Feature #15575]
+* yield in singleton class definitions in methods is now a SyntaxError.
+ [[Feature #15575]]
## Command line options
@@ -39,7 +41,7 @@ sufficient information, see the ChangeLog file or Redmine
* New method
* Add Net::HTTP#verify_hostname= and Net::HTTP#verify_hostname
- to skip hostname verification. [Feature #16555]
+ to skip hostname verification. [[Feature #16555]]
## Compatibility issues (excluding feature bug fixes)
@@ -67,5 +69,8 @@ sufficient information, see the ChangeLog file or Redmine
[Feature #8709]: https://bugs.ruby-lang.org/issues/8709
[Feature #8948]: https://bugs.ruby-lang.org/issues/8948
+[Feature #15575]: https://bugs.ruby-lang.org/issues/15575
+[Feature #16131]: https://bugs.ruby-lang.org/issues/16131
[Feature #16274]: https://bugs.ruby-lang.org/issues/16274
[Feature #16377]: https://bugs.ruby-lang.org/issues/16377
+[Feature #16555]: https://bugs.ruby-lang.org/issues/16555