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

ruby-changes:66877

From: Nobuyoshi <ko1@a...>
Date: Fri, 23 Jul 2021 12:44:35 +0900 (JST)
Subject: [ruby-changes:66877] 5385731374 (master): [NEWS] adjusted formats [ci skip]

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

From 53857313747d050ed8bca6b495255dc6b2a8f3cb Mon Sep 17 00:00:00 2001
From: Nobuyoshi Nakada <nobu@r...>
Date: Fri, 23 Jul 2021 12:41:01 +0900
Subject: [NEWS] adjusted formats [ci skip]

---
 NEWS.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/NEWS.md b/NEWS.md
index 1027dbc..30aa784 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -191,9 +191,9 @@ Excluding feature bug fixes. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L191
   Just by `Kernel#p`, you can investigate where an object was created.
   Note that just requiring this file brings a large performance overhead.
   This is only for debugging purpose. Do not use this in production.
-  [Feature #17762]
+  [[Feature #17762]]
 
-[Bug #4443]: https://bugs.ruby-lang.org/issues/4443
+[Bug #4443]:      https://bugs.ruby-lang.org/issues/4443
 [Feature #12194]: https://bugs.ruby-lang.org/issues/12194
 [Feature #14256]: https://bugs.ruby-lang.org/issues/14256
 [Feature #15198]: https://bugs.ruby-lang.org/issues/15198
@@ -203,15 +203,15 @@ Excluding feature bug fixes. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L203
 [Feature #17312]: https://bugs.ruby-lang.org/issues/17312
 [Feature #17327]: https://bugs.ruby-lang.org/issues/17327
 [Feature #17411]: https://bugs.ruby-lang.org/issues/17411
-[Bug #17423]: https://bugs.ruby-lang.org/issues/17423
+[Bug #17423]:     https://bugs.ruby-lang.org/issues/17423
 [Feature #17479]: https://bugs.ruby-lang.org/issues/17479
 [Feature #17490]: https://bugs.ruby-lang.org/issues/17490
 [Feature #17724]: https://bugs.ruby-lang.org/issues/17724
 [Feature #17744]: https://bugs.ruby-lang.org/issues/17744
 [Feature #17762]: https://bugs.ruby-lang.org/issues/17762
-[Bug #18003]: https://bugs.ruby-lang.org/issues/18003
+[Bug #18003]:     https://bugs.ruby-lang.org/issues/18003
 [Feature #17370]: https://bugs.ruby-lang.org/issues/17370
 [Feature #17470]: https://bugs.ruby-lang.org/issues/17470
 [Feature #17853]: https://bugs.ruby-lang.org/issues/17853
-[Bug #17827]: https://bugs.ruby-lang.org/issues/17827
+[Bug #17827]:     https://bugs.ruby-lang.org/issues/17827
 [Feature #18015]: https://bugs.ruby-lang.org/issues/18015
-- 
cgit v1.1


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

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