mirror of
https://github.com/ruby/ruby.git
synced 2025-09-19 02:23:59 +02:00
Mention Regexp.timeout= in NEWS.md
This commit is contained in:
parent
bbed2269bc
commit
4e13f5b579
1 changed files with 4 additions and 0 deletions
4
NEWS.md
4
NEWS.md
|
@ -201,6 +201,9 @@ Note: We're only listing outstanding class updates.
|
|||
Otherwise, anything other than `true`, `false`, `nil` or Integer will be warned.
|
||||
[[Feature #18788]]
|
||||
|
||||
* Regexp.timeout= has been added. Also, Regexp.new new supports timeout keyword.
|
||||
See [[Feature #17837]]
|
||||
|
||||
* Refinement
|
||||
|
||||
* Refinement#refined_class has been added. [[Feature #12737]]
|
||||
|
@ -509,6 +512,7 @@ The following deprecated APIs are removed.
|
|||
[Feature #17351]: https://bugs.ruby-lang.org/issues/17351
|
||||
[Feature #17391]: https://bugs.ruby-lang.org/issues/17391
|
||||
[Bug #17545]: https://bugs.ruby-lang.org/issues/17545
|
||||
[Feature #17837]: https://bugs.ruby-lang.org/issues/17837
|
||||
[Feature #17881]: https://bugs.ruby-lang.org/issues/17881
|
||||
[Feature #18037]: https://bugs.ruby-lang.org/issues/18037
|
||||
[Feature #18159]: https://bugs.ruby-lang.org/issues/18159
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue