File tree Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Expand file tree Collapse file tree 1 file changed +33
-0
lines changed Original file line number Diff line number Diff line change @@ -195,3 +195,36 @@ A new "weak map" concept implementation. Unlike `ObjectSpace::WeakMap`, it compa
195
195
* ** Documentation:** [ Warning#[ category]] ( https://docs.ruby-lang.org/en/master/Warning.html#method-c-5B-5D )
196
196
* ** Code:**
197
197
* ** Notes:**
198
+
199
+ ### ` Fiber#kill `
200
+
201
+ * ** Reason:**
202
+ * ** Discussion:** [ Bug #595 ]
203
+ * ** Documentation:** [ Fiber#kill] ( https://docs.ruby-lang.org/en/master/Fiber.html#method-i-kill )
204
+ * ** Code:**
205
+ * ** Notes:**
206
+
207
+ ### ` Encoding#replicate ` is removed
208
+
209
+ * ** Reason:**
210
+ * ** Discussion:** [ Feature #18949 ]
211
+ * ** Documentation:** —
212
+ * ** Code:**
213
+ * ** Notes:**
214
+
215
+ added for checking if two ranges overlap. [[ Feature #19839 ]]
216
+
217
+ ### ` Range#overlap? `
218
+
219
+ * ** Reason:**
220
+ * ** Discussion:** [ Feature #19839 ]
221
+ * ** Documentation:** [ Range#overlap?] ( https://docs.ruby-lang.org/en/master/Range.html#method-i-overlap-3F )
222
+ * ** Code:**
223
+ * ** Notes:**
224
+
225
+ ### Standalone ` it ` in blocks will become anonymous argument in Ruby 3.4
226
+
227
+ * ** Reason:**
228
+ * ** Discussion:** [ Feature #18980 ]
229
+ * ** Code:**
230
+ * ** Notes:**
You can’t perform that action at this time.
0 commit comments