From 9e0c6311e13648cc68f66fcca61c4abcb80ae929 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Thu, 18 Apr 2024 08:10:34 +0900 Subject: [PATCH] Update refs [ci skip] --- NEWS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index f3368421a9..7b36564bb1 100644 --- a/NEWS.md +++ b/NEWS.md @@ -90,8 +90,8 @@ See GitHub releases like [GitHub Releases of Logger](https://github.com/ruby/log ## Compatibility issues * Error messages and backtrace displays have been changed. - * Use a single quote instead of a backtick as a opening quote. [Feature #16495] - * Display a class name before a method name (only when the class has a permanent name). [Feature #19117] + * Use a single quote instead of a backtick as a opening quote. [[Feature #16495]] + * Display a class name before a method name (only when the class has a permanent name). [[Feature #19117]] * `Kernel#caller`, `Thread::Backtrace::Location`'s methods, etc. are also changed accordingly. ``` Old: @@ -140,3 +140,4 @@ See GitHub releases like [GitHub Releases of Logger](https://github.com/ruby/log [Feature #20205]: https://bugs.ruby-lang.org/issues/20205 [Bug #20218]: https://bugs.ruby-lang.org/issues/20218 [Feature #20265]: https://bugs.ruby-lang.org/issues/20265 +[Feature #20429]: https://bugs.ruby-lang.org/issues/20429