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

ruby-changes:55270

From: nobu <ko1@a...>
Date: Tue, 9 Apr 2019 22:08:33 +0900 (JST)
Subject: [ruby-changes:55270] nobu:r67477 (trunk): NEWS: [DOC] fold lines [ci skip]

nobu	2019-04-09 22:08:29 +0900 (Tue, 09 Apr 2019)

  New Revision: 67477

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=67477

  Log:
    NEWS: [DOC] fold lines [ci skip]
    
    * NEWS: [DOC] fold lines not to make the BTS refereces wrong
      links, without a backslash.

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 67476)
+++ NEWS	(revision 67477)
@@ -46,18 +46,17 @@ Enumerator:: https://github.com/ruby/ruby/blob/trunk/NEWS#L46
 
   New method::
 
-    * Added Enumerator::Yielder#to_proc so that a Yielder object can be
-      directly passed to another method as a block argument.
-      \[Feature #15618]
+    * Added Enumerator::Yielder#to_proc so that a Yielder object
+      can be directly passed to another method as a block
+      argument.  [Feature #15618]
 
 Regexp/String::
 
-    * Update Unicode version and Emoji version from 11.0.0 to 12.0.0.
-      \[Feature #15321]
+    * Update Unicode version and Emoji version from 11.0.0 to
+      12.0.0.  [Feature #15321]
 
     * Update Unicode version to 12.1.0, adding support for
-      U+32FF SQUARE ERA NAME REIWA
-      \[Feature #15195]
+      U+32FF SQUARE ERA NAME REIWA.  [Feature #15195]
 
 === Stdlib updates (outstanding ones only)
 

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

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