Move Refinement#refined_class changes to Compatibility issues section

This commit is contained in:
Hiroshi SHIBATA 2024-12-17 14:13:04 +09:00
parent ef09d2dfdd
commit 20ce09e0b8
No known key found for this signature in database
GPG Key ID: F9CF13417264FAC2

View File

@ -112,10 +112,6 @@ Note: We're only listing outstanding class updates.
when the numerator of the return value is large, but now returns an Integer. when the numerator of the return value is large, but now returns an Integer.
If it is extremely large, it raises an exception. [[Feature #20811]] If it is extremely large, it raises an exception. [[Feature #20811]]
* Refinement
* Removed deprecated method `Refinement#refined_class`. [[Feature #19714]]
* RubyVM::AbstractSyntaxTree * RubyVM::AbstractSyntaxTree
* Add RubyVM::AbstractSyntaxTree::Node#locations method which returns location objects * Add RubyVM::AbstractSyntaxTree::Node#locations method which returns location objects
@ -322,6 +318,8 @@ details of the default gems or bundled gems.
o.singleton_method(:a).call #=> 1 o.singleton_method(:a).call #=> 1
``` ```
* Refinement#refined_class has been removed. [[Feature #19714]]
## Stdlib compatibility issues ## Stdlib compatibility issues
* DidYouMean * DidYouMean