summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS.md5
1 files 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