[前][次][番号順一覧][スレッド一覧]

ruby-changes:60095

From: Marcus <ko1@a...>
Date: Mon, 17 Feb 2020 05:06:59 +0900 (JST)
Subject: [ruby-changes:60095] a9e10d3b8e (master): NEWS.md: add missing ticket links

https://git.ruby-lang.org/ruby.git/commit/?id=a9e10d3b8e

From a9e10d3b8e72658cc4c3a26d8926595dbdc9d8a5 Mon Sep 17 00:00:00 2001
From: Marcus Stollsteimer <sto.mar@w...>
Date: Sun, 16 Feb 2020 21:00:49 +0100
Subject: NEWS.md: add missing ticket links


diff --git a/NEWS.md b/NEWS.md
index d99ed22..1d5bd6a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -10,9 +10,11 @@ sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/NEWS.md#L10
 
 ## 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 https://github.com/ruby/ruby/blob/trunk/NEWS.md#L41
     * 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 https://github.com/ruby/ruby/blob/trunk/NEWS.md#L69
 
 [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
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]