Skip to content

Commit ba304ec

Browse files
committed
[DOC] NEWS: Drop code quotes to get RDoc crossref
But leave constants alone because of ruby/rdoc#1011
1 parent 5ed1dac commit ba304ec

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

NEWS.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Note: We're only listing outstanding class updates.
3535

3636
* Array
3737

38-
* `Array#fetch_values` was added. [[Feature #20702]]
38+
* Array#fetch_values was added. [[Feature #20702]]
3939

4040
* Exception
4141

@@ -58,7 +58,7 @@ Note: We're only listing outstanding class updates.
5858

5959
* Fiber::Scheduler
6060

61-
* An optional `Fiber::Scheduler#blocking_operation_wait` hook allows blocking operations to be moved out of the
61+
* An optional Fiber::Scheduler#blocking_operation_wait hook allows blocking operations to be moved out of the
6262
event loop in order to reduce latency and improve multi-core processor utilization. [[Feature #20876]]
6363

6464
* IO::Buffer
@@ -121,13 +121,13 @@ Note: We're only listing outstanding class updates.
121121

122122
* String
123123

124-
* `String#append_as_bytes` was added to more easily and efficiently work with binary buffers and protocols.
124+
* String#append_as_bytes was added to more easily and efficiently work with binary buffers and protocols.
125125
It directly concatenate the arguments into the string without any encoding validation or conversion.
126126
[[Feature #20594]]
127127

128128
* Symbol
129129

130-
* The string returned by `Symbol#to_s` now emits a deprecation warning when mutated, and will be
130+
* The string returned by Symbol#to_s now emits a deprecation warning when mutated, and will be
131131
frozen in a future version of Ruby.
132132
These warnings can be enabled with `-W:deprecated` or by setting `Warning[:deprecated] = true`.
133133
[[Feature #20350]]
@@ -138,7 +138,7 @@ Note: We're only listing outstanding class updates.
138138
instead of the active code page, if it contains non-ASCII characters.
139139
[[Bug #20929]]
140140

141-
* `Time#xmlschema`, and its `Time#iso8601` alias have been moved into the core Time
141+
* Time#xmlschema, and its Time#iso8601 alias have been moved into the core Time
142142
class while previously it was an extension provided by the `time` gem. [[Feature #20707]]
143143

144144
* Warning

0 commit comments

Comments
 (0)