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

ruby-changes:55058

From: nobu <ko1@a...>
Date: Fri, 15 Mar 2019 10:19:35 +0900 (JST)
Subject: [ruby-changes:55058] nobu:r67265 (trunk): NEWS: adjust indents and escape brackets not to be labeled lists

nobu	2019-03-15 10:19:31 +0900 (Fri, 15 Mar 2019)

  New Revision: 67265

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

  Log:
    NEWS: adjust indents and escape brackets not to be labeled lists

  Modified files:
    trunk/NEWS
Index: NEWS
===================================================================
--- NEWS	(revision 67264)
+++ NEWS	(revision 67265)
@@ -31,20 +31,20 @@ Enumerable:: https://github.com/ruby/ruby/blob/trunk/NEWS#L31
 
   New method::
 
-   * Added Enumerable#tally.  [Feature #11076]
+    * Added Enumerable#tally.  [Feature #11076]
 
 Enumerator::
 
   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]
+      \[Feature #15321]
 
 === Stdlib updates (outstanding ones only)
 

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

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