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

ruby-changes:60094

From: Marcus <ko1@a...>
Date: Mon, 17 Feb 2020 05:06:57 +0900 (JST)
Subject: [ruby-changes:60094] 3281f70d7c (master): NEWS.md: fix method references; remove surplus brackets

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

From 3281f70d7cd1e97f7540a4bf9e11f97a83d904f2 Mon Sep 17 00:00:00 2001
From: Marcus Stollsteimer <sto.mar@w...>
Date: Sun, 16 Feb 2020 21:00:27 +0100
Subject: NEWS.md: fix method references; remove surplus brackets


diff --git a/NEWS.md b/NEWS.md
index 22943d6..d20e34a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -38,8 +38,8 @@ sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/NEWS.md#L38
 
     * New method
 
-        * Add #verify_hostname= and #verify_hostname to skip hostname verification
-          [[Feature #16555]]
+        * Add Net::HTTP#verify_hostname= and Net::HTTP#verify_hostname
+          to skip hostname verification.  [Feature #16555]
 
 ## Compatibility issues (excluding feature bug fixes)
 
-- 
cgit v0.10.2


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

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