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

ruby-changes:60273

From: Nobuyoshi <ko1@a...>
Date: Tue, 3 Mar 2020 17:40:24 +0900 (JST)
Subject: [ruby-changes:60273] a8c5b9a2fd (master): [DOC] Separated parenthesized notes from subsection headings

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

From a8c5b9a2fd28a7245a3ac5b01d09792a37069f74 Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Tue, 3 Mar 2020 17:37:51 +0900
Subject: [DOC] Separated parenthesized notes from subsection headings

As the headings become link anchors, remove less useful notes.
[ci skip]

diff --git a/NEWS.md b/NEWS.md
index f8ddbc9..611fb6a 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -23,7 +23,9 @@ sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/NEWS.md#L23
 
 ## Command line options
 
-## Core classes updates (outstanding ones only)
+## Core classes updates
+
+Outstanding ones only.
 
 * Dir
 
@@ -68,7 +70,9 @@ sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/NEWS.md#L70
         * Symbol#to_proc now returns a lambda Proc.
           [[Feature #16260]]
 
-## Stdlib updates (outstanding ones only)
+## Stdlib updates
+
+Outstanding ones only.
 
 * Net::HTTP
 
@@ -77,7 +81,9 @@ sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/NEWS.md#L81
         * Add Net::HTTP#verify_hostname= and Net::HTTP#verify_hostname
           to skip hostname verification.  [[Feature #16555]]
 
-## Compatibility issues (excluding feature bug fixes)
+## Compatibility issues
+
+Excluding feature bug fixes.
 
 * Regexp literals are frozen [[Feature #8948]] [[Feature #16377]]
 
@@ -92,7 +98,9 @@ sufficient information, see the ChangeLog file or Redmine https://github.com/ruby/ruby/blob/trunk/NEWS.md#L98
       your plan to https://github.com/ruby/xmlrpc
       or https://github.com/ruby/net-telnet.
 
-## Stdlib compatibility issues (excluding feature bug fixes)
+## Stdlib compatibility issues
+
+Excluding feature bug fixes.
 
 ## C API updates
 
-- 
cgit v0.10.2


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

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