Skip to content

Commit f20d96c

Browse files
authored
Add compatibility note about Regexp::new (#3175)
1 parent 7581934 commit f20d96c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

en/news/_posts/2023-12-25-ruby-3-3-0-released.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,9 @@ Note: Excluding feature bug fixes.
140140
deprecated. `it` will be a reference to the first block parameter in Ruby 3.4.
141141
[[Feature #18980]](https://bugs.ruby-lang.org/issues/18980)
142142

143+
* `Regexp::new` now only accepts up to 2 arguments instead of 3. This was
144+
deprecated in Ruby 3.2. [[Bug #18797]](https://bugs.ruby-lang.org/issues/18797)
145+
143146
### Removed environment variables
144147

145148
The following deprecated methods are removed.

0 commit comments

Comments
 (0)