Skip to content

Commit 09e8cbb

Browse files
committed
Advent of Changelog: Day 8
1 parent c716b8e commit 09e8cbb

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

_src/3.3.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -195,3 +195,36 @@ A new "weak map" concept implementation. Unlike `ObjectSpace::WeakMap`, it compa
195195
* **Documentation:** [Warning#[category]](https://docs.ruby-lang.org/en/master/Warning.html#method-c-5B-5D)
196196
* **Code:**
197197
* **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:**

0 commit comments

Comments
 (0)