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

ruby-changes:62692

From: Kazuhiro <ko1@a...>
Date: Mon, 24 Aug 2020 15:59:17 +0900 (JST)
Subject: [ruby-changes:62692] cb7634c142 (master): Fix links [ci skip]

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

From cb7634c1420762eb926027bf6079e172c0cc22b5 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Mon, 24 Aug 2020 15:58:19 +0900
Subject: Fix links [ci skip]


diff --git a/NEWS.md b/NEWS.md
index 7d023f3..558acad 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -213,7 +213,7 @@ Excluding feature bug fixes. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L213
 
 * `TRUE`/`FALSE`/`NIL` constants are no longer defined.
 
-* `Integer#zero?` overrides `Numeric#zero?` for optimization.  [[Misc #16961]}
+* `Integer#zero?` overrides `Numeric#zero?` for optimization.  [[Misc #16961]]
 
 ## Stdlib compatibility issues
 
@@ -310,3 +310,6 @@ Excluding feature bug fixes. https://github.com/ruby/ruby/blob/trunk/NEWS.md#L310
 [Feature #16175]: https://bugs.ruby-lang.org/issues/16175
 [Feature #15973]: https://bugs.ruby-lang.org/issues/15973
 [Feature #16614]: https://bugs.ruby-lang.org/issues/16614
+[Feature #16686]: https://bugs.ruby-lang.org/issues/16686
+[Misc #16961]:    https://bugs.ruby-lang.org/issues/16961
+[Bug #8446]:      https://bugs.ruby-lang.org/issues/8446
-- 
cgit v0.10.2


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

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