Update refs [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2024-04-18 08:10:34 +09:00
parent 41456eb005
commit 9e0c6311e1
No known key found for this signature in database
GPG Key ID: 262ED8DBB4222F7A

View File

@ -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