summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHiroshi SHIBATA <hsbt@ruby-lang.org>2024-12-17 14:13:04 +0900
committerHiroshi SHIBATA <hsbt@ruby-lang.org>2024-12-17 14:13:04 +0900
commit20ce09e0b8ceff2a4a71f5328e11905cfc44951c (patch)
tree0f711e95956cff0ce2995b3f67a5db0d86433b90
parentef09d2dfdd0fcf152c24f6442a5bd637327e187d (diff)
Move Refinement#refined_class changes to Compatibility issues section
-rw-r--r--NEWS.md6
1 files changed, 2 insertions, 4 deletions
diff --git a/NEWS.md b/NEWS.md
index a449f33a8c..f5f301aafa 100644
--- a/NEWS.md
+++ b/NEWS.md
@@ -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.
If it is extremely large, it raises an exception. [[Feature #20811]]
-* Refinement
-
- * Removed deprecated method `Refinement#refined_class`. [[Feature #19714]]
-
* RubyVM::AbstractSyntaxTree
* 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
```
+* Refinement#refined_class has been removed. [[Feature #19714]]
+
## Stdlib compatibility issues
* DidYouMean